Package | Description |
---|---|
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.service.reads.repair |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterators.MergeListener |
UnfilteredPartitionIterators.MergeListener.getRowMergeListener(DecoratedKey partitionKey,
java.util.List<UnfilteredRowIterator> versions) |
Modifier and Type | Field and Description |
---|---|
static UnfilteredRowIterators.MergeListener |
UnfilteredRowIterators.MergeListener.NOOP |
Modifier and Type | Method and Description |
---|---|
static UnfilteredRowIterator |
UnfilteredRowIterators.merge(java.util.List<UnfilteredRowIterator> iterators,
UnfilteredRowIterators.MergeListener mergeListener)
Returns an iterator that is the result of merging other iterators, and (optionally) using
specific MergeListener.
|
Modifier and Type | Class and Description |
---|---|
class |
RowIteratorMergeListener<E extends Endpoints<E>> |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterators.MergeListener |
PartitionIteratorMergeListener.getRowMergeListener(DecoratedKey partitionKey,
java.util.List<UnfilteredRowIterator> versions) |
Copyright © 2009-2020 The Apache Software Foundation