|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.usergrid.persistence.cassandra.QueryProcessor.CursorCache
public static class QueryProcessor.CursorCache
Internal cursor parsing
Method Summary | |
---|---|
String |
asString()
Turn the cursor cache into a string |
ByteBuffer |
getCursorBytes(int sliceHash)
Get the cursor by the hashcode of the slice |
void |
setNextCursor(int sliceHash,
ByteBuffer newCursor)
Set the cursor with the given hash and the new byte buffer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setNextCursor(int sliceHash, ByteBuffer newCursor)
sliceHash
- newCursor
- public ByteBuffer getCursorBytes(int sliceHash)
sliceHash
-
public String asString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |