You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2010/02/07 22:34:27 UTC

[jira] Updated: (CASSANDRA-777) Extract SSTable interfaces to allow for alternative implementations

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

Stu Hood updated CASSANDRA-777:
-------------------------------

    Attachment: 0002-Extract-abstract-base-classes-for-SSTableReader-and-.patch
                0001-Create-sstable-package.patch

These patches apply on top of CASSANDRA-389.

0001 creates a 'sstable' package to handle the explosion of classes that will probably result, and 0002 extracts the base classes, moving the current SSTable implementation into RowIndexedReader/Scanner.

> Extract SSTable interfaces to allow for alternative implementations
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-777
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-777
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Stu Hood
>             Fix For: 0.7
>
>         Attachments: 0001-Create-sstable-package.patch, 0002-Extract-abstract-base-classes-for-SSTableReader-and-.patch
>
>
> In order to create alternate implementations of SSTableReader and Scanner, we need to extract abstract bases for those classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.