|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.BinaryMemtable
public class BinaryMemtable
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 |
---|
public int getMemtableThreshold()
public boolean isClean()
public java.util.List<DecoratedKey> getSortedKeys()
getSortedKeys
in interface IFlushable<DecoratedKey>
public SSTableReader writeSortedContents(java.util.List<DecoratedKey> sortedKeys) throws java.io.IOException
writeSortedContents
in interface IFlushable<DecoratedKey>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |