DataRange.Paging
columnFilter, keyRange, selectFullRow
Constructor and Description |
---|
DataRange.Paging(AbstractBounds<RowPosition> range,
SliceQueryFilter filter,
java.nio.ByteBuffer columnStart,
java.nio.ByteBuffer 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, getLiveCount, ignoredTombstonedPartitions, isFullRowSlice, isWrapAround, keyRange, startKey, stopKey
public DataRange.Paging(AbstractBounds<RowPosition> range, SliceQueryFilter filter, java.nio.ByteBuffer columnStart, java.nio.ByteBuffer 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 © 2015 The Apache Software Foundation