org.apache.cassandra.db
Class BinaryMemtable

java.lang.Object
  extended by org.apache.cassandra.db.BinaryMemtable
All Implemented Interfaces:
IFlushable<DecoratedKey>

public class BinaryMemtable
extends java.lang.Object
implements IFlushable<DecoratedKey>


Method Summary
 int getMemtableThreshold()
           
 java.util.List<DecoratedKey> getSortedKeys()
           
 boolean isClean()
           
 SSTableReader writeSortedContents(java.util.List<DecoratedKey> sortedKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMemtableThreshold

public int getMemtableThreshold()

isClean

public boolean isClean()

getSortedKeys

public java.util.List<DecoratedKey> getSortedKeys()
Specified by:
getSortedKeys in interface IFlushable<DecoratedKey>

writeSortedContents

public SSTableReader writeSortedContents(java.util.List<DecoratedKey> sortedKeys)
                                  throws java.io.IOException
Specified by:
writeSortedContents in interface IFlushable<DecoratedKey>
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation