DataRange.Paging
columnFilter, selectFullRow
Constructor and Description |
---|
DataRange.Paging(AbstractBounds<RowPosition> range,
SliceQueryFilter filter,
java.nio.ByteBuffer columnStart,
java.nio.ByteBuffer columnFinish,
AbstractType<?> comparator) |
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) |
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, AbstractType<?> comparator)
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
Copyright © 2015 The Apache Software Foundation