|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuerySlice | |
---|---|
org.usergrid.persistence.cassandra | |
org.usergrid.persistence.query.ir |
Uses of QuerySlice in org.usergrid.persistence.cassandra |
---|
Methods in org.usergrid.persistence.cassandra with parameters of type QuerySlice | |
---|---|
void |
QueryProcessor.applyCursorAndSort(QuerySlice slice)
Apply cursor position and sort order to this slice. |
void |
QueryProcessor.updateCursor(QuerySlice slice,
ByteBuffer value)
Update the cursor for the slice with the new value |
void |
QueryProcessor.updateCursor(QuerySlice slice,
String cursorValue)
Update the cursor cache with the new cursor value for the given slice and value. |
Uses of QuerySlice in org.usergrid.persistence.query.ir |
---|
Methods in org.usergrid.persistence.query.ir that return QuerySlice | |
---|---|
QuerySlice |
SliceNode.getSlice(String fieldName)
Get the slice by field name if it exists. |
Methods in org.usergrid.persistence.query.ir that return types with arguments of type QuerySlice | |
---|---|
Collection<QuerySlice> |
SliceNode.getAllSlices()
Get all slices in our context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |