public class SinglePartitionNamesCommand extends SinglePartitionReadCommand<ClusteringIndexNamesFilter>
SinglePartitionReadCommand.Group
ReadCommand.Kind, ReadCommand.SelectionDeserializer
selectionDeserializer
index, legacyPagedRangeCommandSerializer, legacyRangeSliceCommandSerializer, legacyReadCommandSerializer, logger, rangeSliceSerializer, serializer
Modifier | Constructor and Description |
---|---|
protected |
SinglePartitionNamesCommand(boolean isDigest,
int digestVersion,
boolean isForThrift,
CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexNamesFilter clusteringIndexFilter) |
|
SinglePartitionNamesCommand(CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
java.nio.ByteBuffer key,
ClusteringIndexNamesFilter clusteringIndexFilter) |
|
SinglePartitionNamesCommand(CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexNamesFilter clusteringIndexFilter) |
Modifier and Type | Method and Description |
---|---|
SinglePartitionNamesCommand |
copy()
Returns a copy of this command.
|
protected int |
oldestUnrepairedTombstone() |
protected UnfilteredRowIterator |
queryMemtableAndDiskInternal(ColumnFamilyStore cfs,
boolean copyOnHeap) |
appendCQLWhereClause, clusteringIndexFilter, clusteringIndexFilter, create, create, create, createMessage, execute, forPaging, fullPartitionRead, fullPartitionRead, getPager, getTimeout, partitionKey, queryMemtableAndDisk, queryStorage, recordLatency, selectionSerializedSize, selectsClustering, selectsKey, serializeSelection, toString
columnFilter, createResponse, digestVersion, executeInternal, executeLocally, getIndex, indexSerializedSize, isDigestQuery, isForThrift, limits, metadata, nowInSec, rowFilter, setDigestVersion, setIsDigestQuery, startOrderGroup, toCQLString, withoutPurgeableTombstones
protected SinglePartitionNamesCommand(boolean isDigest, int digestVersion, boolean isForThrift, CFMetaData metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexNamesFilter clusteringIndexFilter)
public SinglePartitionNamesCommand(CFMetaData metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DecoratedKey partitionKey, ClusteringIndexNamesFilter clusteringIndexFilter)
public SinglePartitionNamesCommand(CFMetaData metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, java.nio.ByteBuffer key, ClusteringIndexNamesFilter clusteringIndexFilter)
public SinglePartitionNamesCommand copy()
ReadCommand
copy
in class ReadCommand
protected int oldestUnrepairedTombstone()
oldestUnrepairedTombstone
in class ReadCommand
protected UnfilteredRowIterator queryMemtableAndDiskInternal(ColumnFamilyStore cfs, boolean copyOnHeap)
queryMemtableAndDiskInternal
in class SinglePartitionReadCommand<ClusteringIndexNamesFilter>
Copyright © 2015 The Apache Software Foundation