org.apache.cassandra.db
Interface IFlushable<T>

All Known Implementing Classes:
BinaryMemtable, Memtable

public interface IFlushable<T>


Method Summary
 java.util.List<T> getSortedKeys()
           
 SSTableReader writeSortedContents(java.util.List<T> sortedKeys)
           
 

Method Detail

getSortedKeys

java.util.List<T> getSortedKeys()

writeSortedContents

SSTableReader writeSortedContents(java.util.List<T> sortedKeys)
                                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation