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, requiresScanningAllRanges
public 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 AbstractRangeCommand
public AbstractRangeCommand forSubRange(AbstractBounds<RowPosition> subRange)
forSubRange
in class AbstractRangeCommand
public AbstractRangeCommand withUpdatedLimit(int newLimit)
withUpdatedLimit
in class AbstractRangeCommand
public int limit()
limit
in class AbstractRangeCommand
public boolean countCQL3Rows()
countCQL3Rows
in class AbstractRangeCommand
public java.util.List<Row> executeLocally()
executeLocally
in class AbstractRangeCommand
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation