Modifier and Type | Method and Description |
---|---|
abstract Unfiltered |
UnfilteredDeserializer.readNext()
Returns the next atom.
|
Unfiltered |
UnfilteredDeserializer.OldFormatDeserializer.readNext() |
Modifier and Type | Method and Description |
---|---|
Unfiltered |
AbstractSSTableIterator.next() |
Unfiltered |
AbstractSSTableIterator.Reader.next() |
protected abstract Unfiltered |
AbstractSSTableIterator.Reader.nextInternal() |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
AbstractBTreePartition.SlicesIterator.computeNext() |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseRowIterator<U extends Unfiltered>
A common interface for Row and Unfiltered, that permits sharing of the (majority) common
methods and functionality
|
Modifier and Type | Interface and Description |
---|---|
interface |
RangeTombstoneMarker
A marker for a range tombstone bound.
|
interface |
Row
Storage engine representation of a row.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary> |
class |
AbstractRow
Base abstract class for
Row implementations. |
class |
BTreeRow
Immutable implementation of a Row object.
|
class |
RangeTombstoneBoundaryMarker
A range tombstone marker that represents a boundary between 2 range tombstones (i.e.
|
class |
RangeTombstoneBoundMarker
A range tombstone marker that indicates the bound of a range tombstone (start or end).
|
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
LazilyInitializedUnfilteredRowIterator.computeNext() |
protected Unfiltered |
RowAndDeletionMergeIterator.computeNext() |
protected Unfiltered |
UnfilteredRowIteratorWithLowerBound.computeNext() |
Unfiltered |
UnfilteredSerializer.deserialize(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
Row.Builder builder)
Deserialize an
Unfiltered from the provided input. |
Unfiltered |
UnfilteredSerializer.deserializeTombstonesOnly(FileDataInput in,
SerializationHeader header,
SerializationHelper helper) |
Unfiltered |
UnfilteredRowIteratorWithLowerBound.lowerBound() |
Unfiltered |
WrappingUnfilteredRowIterator.next() |
Modifier and Type | Method and Description |
---|---|
static UnfilteredRowIterator |
UnfilteredRowIterators.concat(Unfiltered first,
UnfilteredRowIterator rest)
Returns an iterator that concatenate the specified atom with the iterator.
|
void |
UnfilteredSerializer.serialize(Unfiltered unfiltered,
SerializationHeader header,
DataOutputPlus out,
int version) |
void |
UnfilteredSerializer.serialize(Unfiltered unfiltered,
SerializationHeader header,
DataOutputPlus out,
long previousUnfilteredSize,
int version) |
long |
UnfilteredSerializer.serializedSize(Unfiltered unfiltered,
SerializationHeader header,
int version) |
long |
UnfilteredSerializer.serializedSize(Unfiltered unfiltered,
SerializationHeader header,
long previousUnfilteredSize,
int version) |
static UnfilteredRowIterator |
UnfilteredRowIterators.singleton(Unfiltered unfiltered,
CFMetaData metadata,
DecoratedKey partitionKey,
DeletionTime partitionLevelDeletion,
PartitionColumns columns,
Row staticRow,
boolean isReverseOrder,
EncodingStats encodingStats) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> |
class |
BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
BaseRows.applyOne(Unfiltered value,
Transformation transformation) |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
BaseRows.applyOne(Unfiltered value,
Transformation transformation) |
Modifier and Type | Method and Description |
---|---|
void |
PerSSTableIndexWriter.nextUnfilteredCluster(Unfiltered unfiltered) |
Modifier and Type | Method and Description |
---|---|
boolean |
Operation.satisfiedBy(Unfiltered currentCluster,
Row staticRow,
boolean allowMissingColumns)
Recursive "satisfies" checks based on operation
and data from the lower level members using depth-first search
and bubbling the results back to the top level caller.
|
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
SSTableIdentityIterator.doCompute() |
Unfiltered |
SSTableIdentityIterator.next() |
Modifier and Type | Method and Description |
---|---|
void |
SSTableFlushObserver.nextUnfilteredCluster(Unfiltered unfilteredCluster)
Called after the unfiltered cluster is written to the sstable.
|
Modifier and Type | Method and Description |
---|---|
Unfiltered |
StreamReader.StreamDeserializer.next() |
Copyright © 2020 The Apache Software Foundation