Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
QueryProcessor.resultify(java.lang.String query,
RowIterator partition) |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
ModificationStatement.buildCasResultSet(java.lang.String ksName,
java.lang.String tableName,
RowIterator partition,
java.lang.Iterable<ColumnDefinition> columnsWithConditions,
boolean isBatch,
QueryOptions options) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
LegacyLayout.toRowIterator(CFMetaData metadata,
DecoratedKey key,
java.util.Iterator<LegacyLayout.LegacyCell> cells,
int nowInSec) |
Modifier and Type | Method and Description |
---|---|
static Pair<LegacyLayout.LegacyRangeTombstoneList,java.util.Iterator<LegacyLayout.LegacyCell>> |
LegacyLayout.fromRowIterator(RowIterator iterator) |
Modifier and Type | Class and Description |
---|---|
class |
CountingRowIterator |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
PartitionIterators.getOnlyElement(PartitionIterator iter,
SinglePartitionReadCommand<?> command) |
RowIterator |
CountingPartitionIterator.next() |
RowIterator |
WrappingPartitionIterator.next() |
RowIterator |
FilteredPartition.rowIterator() |
Modifier and Type | Method and Description |
---|---|
protected static AbstractBTreePartition.Holder |
AbstractBTreePartition.build(RowIterator rows,
DeletionInfo deletion,
boolean buildEncodingStats,
int initialRowCapacity) |
static FilteredPartition |
FilteredPartition.create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator.
|
static PartitionUpdate |
PartitionUpdate.fromIterator(RowIterator iterator) |
static PartitionIterator |
PartitionIterators.singletonIterator(RowIterator iterator) |
Constructor and Description |
---|
CountingRowIterator(RowIterator iter,
DataLimits.Counter counter) |
FilteredPartition(RowIterator rows) |
Modifier and Type | Class and Description |
---|---|
class |
WrappingRowIterator
Abstract class to make writing atom iterators that wrap another iterator
easier.
|
Modifier and Type | Field and Description |
---|---|
protected RowIterator |
WrappingRowIterator.wrapped |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
RowIterators.emptyIterator(CFMetaData cfm,
DecoratedKey partitionKey,
boolean isReverseOrder) |
static RowIterator |
UnfilteredRowIterators.filter(UnfilteredRowIterator iter,
int nowInSec)
Returns a iterator that only returns rows with only live content.
|
static RowIterator |
RowIterators.iterator(CFMetaData cfm,
DecoratedKey partitionKey,
boolean isReverseOrder,
java.util.Iterator<Row> iterator) |
static RowIterator |
RowIterators.loggingIterator(RowIterator iterator,
java.lang.String id)
Wraps the provided iterator so it logs the returned rows for debugging purposes.
|
Modifier and Type | Method and Description |
---|---|
static void |
RowIterators.digest(RowIterator iterator,
java.security.MessageDigest digest) |
static RowIterator |
RowIterators.loggingIterator(RowIterator iterator,
java.lang.String id)
Wraps the provided iterator so it logs the returned rows for debugging purposes.
|
Constructor and Description |
---|
WrappingRowIterator(RowIterator wrapped) |
Modifier and Type | Method and Description |
---|---|
protected abstract UnfilteredPartitionIterator |
CassandraIndexSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
CompositesSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
KeysSearcher.queryDataFromIndex(DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
static CFMetaData |
SchemaKeyspace.createTableFromTablePartitionAndColumnsPartition(RowIterator tablePartition,
RowIterator columnsPartition) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
StorageProxy.cas(java.lang.String keyspaceName,
java.lang.String cfName,
DecoratedKey key,
CASRequest request,
ConsistencyLevel consistencyForPaxos,
ConsistencyLevel consistencyForCommit,
ClientState state)
Apply @param updates if and only if the current values in the row for @param key
match the provided @param conditions.
|
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel) |
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
ClientState state) |
Copyright © 2015 The Apache Software Foundation