DataRange.Paging
columnFilter, keyRange, selectFullRow
Constructor and Description |
---|
Paging(AbstractBounds<RowPosition> range,
SliceQueryFilter filter,
Composite columnStart,
Composite columnFinish,
CFMetaData cfm) |
Modifier and Type | Method and Description |
---|---|
IDiskAtomFilter |
columnFilter(java.nio.ByteBuffer rowKey)
Returns a column filter that should be used for a particular row key.
|
boolean |
selectsFullRowFor(java.nio.ByteBuffer rowKey) |
java.lang.String |
toString() |
void |
updateColumnsLimit(int count)
Sets a new limit on the number of (grouped) cells to fetch.
|
allData, contains, forKeyRange, forTokenRange, getLiveCount, ignoredTombstonedPartitions, isFullRowSlice, isWrapAround, keyRange, startKey, stopKey
public Paging(AbstractBounds<RowPosition> range, SliceQueryFilter filter, Composite columnStart, Composite columnFinish, CFMetaData cfm)
public boolean selectsFullRowFor(java.nio.ByteBuffer rowKey)
selectsFullRowFor
in class DataRange
public IDiskAtomFilter columnFilter(java.nio.ByteBuffer rowKey)
DataRange
columnFilter
in class DataRange
public void updateColumnsLimit(int count)
DataRange
updateColumnsLimit
in class DataRange
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020 The Apache Software Foundation