public class PagedRangeCommand extends AbstractRangeCommand
| Modifier and Type | Field and Description |
|---|---|
int |
limit |
static IVersionedSerializer<PagedRangeCommand> |
serializer |
Composite |
start |
Composite |
stop |
columnFamily, keyRange, keyspace, predicate, rowFilter, searcher, timestamp| Constructor and Description |
|---|
PagedRangeCommand(java.lang.String keyspace,
java.lang.String columnFamily,
long timestamp,
AbstractBounds<RowPosition> keyRange,
SliceQueryFilter predicate,
Composite start,
Composite stop,
java.util.List<IndexExpression> rowFilter,
int limit,
boolean countCQL3Rows) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
countCQL3Rows() |
MessageOut<PagedRangeCommand> |
createMessage() |
java.util.List<Row> |
executeLocally() |
AbstractRangeCommand |
forSubRange(AbstractBounds<RowPosition> subRange) |
int |
limit() |
java.lang.String |
toString() |
AbstractRangeCommand |
withUpdatedLimit(int newLimit) |
getKeyspace, getTimeout, ignoredTombstonedPartitions, postReconciliationProcessing, requiresScanningAllRangespublic static final IVersionedSerializer<PagedRangeCommand> serializer
public final Composite start
public final Composite stop
public final int limit
public PagedRangeCommand(java.lang.String keyspace,
java.lang.String columnFamily,
long timestamp,
AbstractBounds<RowPosition> keyRange,
SliceQueryFilter predicate,
Composite start,
Composite stop,
java.util.List<IndexExpression> rowFilter,
int limit,
boolean countCQL3Rows)
public MessageOut<PagedRangeCommand> createMessage()
createMessage in class AbstractRangeCommandpublic AbstractRangeCommand forSubRange(AbstractBounds<RowPosition> subRange)
forSubRange in class AbstractRangeCommandpublic AbstractRangeCommand withUpdatedLimit(int newLimit)
withUpdatedLimit in class AbstractRangeCommandpublic int limit()
limit in class AbstractRangeCommandpublic boolean countCQL3Rows()
countCQL3Rows in class AbstractRangeCommandpublic java.util.List<Row> executeLocally()
executeLocally in class AbstractRangeCommandpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 The Apache Software Foundation