[ 
https://issues.apache.org/jira/browse/CASSANDRA-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stu Hood updated CASSANDRA-2145:
--------------------------------

    Attachment: 0001-CASSANDRA-2145-Extract-serialization-from-ColumnSorted.txt

Guts TreeMap as the shell SortedMap implementation (without ever actually 
storing anything in the map), and moves serialization specific tasks into 
SuperColumn so that we can feed an arbitrary iterator to its constructor.

> Simplify ColumnSortedMap
> ------------------------
>
>                 Key: CASSANDRA-2145
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2145
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Stu Hood
>             Fix For: 0.7.2
>
>         Attachments: 
> 0001-CASSANDRA-2145-Extract-serialization-from-ColumnSorted.txt
>
>
> We can simplify ColumnSortedMap substantially by hijacking the shell of 
> another sorted map implementation, rather than having scads of methods 
> implemented as "UnsupportedOperation"s.
> Also, CASSANDRA-674 needs a way to feed a supercolumn an arbitrary sorted 
> iterator, rather than necessarily deserializing.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to