Uses of Interface
org.apache.cassandra.db.rows.Unfiltered
-
-
Uses of Unfiltered in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Unfiltered Modifier and Type Method Description Unfiltered
UnfilteredDeserializer. readNext()
Returns the next atom.Methods in org.apache.cassandra.db with parameters of type Unfiltered Modifier and Type Method Description static void
UnfilteredValidation. maybeValidateUnfiltered(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey key, SSTableReader sstable)
-
Uses of Unfiltered in org.apache.cassandra.db.columniterator
Methods in org.apache.cassandra.db.columniterator that return Unfiltered Modifier and Type Method Description Unfiltered
AbstractSSTableIterator. next()
Unfiltered
AbstractSSTableIterator.Reader. next()
protected abstract Unfiltered
AbstractSSTableIterator.Reader. nextInternal()
-
Uses of Unfiltered in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows with type parameters of type Unfiltered Modifier and Type Interface Description interface
BaseRowIterator<U extends Unfiltered>
A common interface for Row and Unfiltered, that permits sharing of the (majority) common methods and functionalitySubinterfaces of Unfiltered in org.apache.cassandra.db.rows Modifier and Type Interface Description interface
RangeTombstoneMarker
A marker for a range tombstone bound.interface
Row
Storage engine representation of a row.Classes in org.apache.cassandra.db.rows that implement Unfiltered Modifier and Type Class Description class
AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>
class
AbstractRow
Base abstract class forRow
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).Methods in org.apache.cassandra.db.rows that return Unfiltered Modifier and Type Method Description protected Unfiltered
LazilyInitializedUnfilteredRowIterator. computeNext()
protected Unfiltered
RowAndDeletionMergeIterator. computeNext()
protected Unfiltered
UnfilteredRowIteratorWithLowerBound. computeNext()
Unfiltered
UnfilteredSerializer. deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder)
Deserialize anUnfiltered
from the provided input.Unfiltered
UnfilteredSerializer. deserializeTombstonesOnly(FileDataInput in, SerializationHeader header, DeserializationHelper helper)
Unfiltered
UnfilteredRowIteratorWithLowerBound. lowerBound()
Unfiltered
WrappingUnfilteredRowIterator. next()
Methods in org.apache.cassandra.db.rows with parameters of type Unfiltered Modifier and Type Method 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, SerializationHelper helper, DataOutputPlus out, int version)
void
UnfilteredSerializer. serialize(Unfiltered unfiltered, SerializationHelper helper, DataOutputPlus out, long previousUnfilteredSize, int version)
long
UnfilteredSerializer. serializedSize(Unfiltered unfiltered, SerializationHelper helper, int version)
long
UnfilteredSerializer. serializedSize(Unfiltered unfiltered, SerializationHelper helper, long previousUnfilteredSize, int version)
static UnfilteredRowIterator
UnfilteredRowIterators. singleton(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats encodingStats)
Constructor parameters in org.apache.cassandra.db.rows with type arguments of type Unfiltered Constructor Description PartitionSerializationException(BaseRowIterator<Unfiltered> partition, java.lang.Throwable cause)
-
Uses of Unfiltered in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return Unfiltered Modifier and Type Method Description Unfiltered
CassandraStreamReader.StreamDeserializer. next()
-
Uses of Unfiltered in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform with type parameters of type Unfiltered Modifier and Type Class Description class
BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>
class
BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>
Methods in org.apache.cassandra.db.transform that return Unfiltered Modifier and Type Method Description protected Unfiltered
BaseRows. applyOne(Unfiltered value, Transformation transformation)
Methods in org.apache.cassandra.db.transform with parameters of type Unfiltered Modifier and Type Method Description protected Unfiltered
BaseRows. applyOne(Unfiltered value, Transformation transformation)
-
Uses of Unfiltered in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type Unfiltered Modifier and Type Method Description void
PerSSTableIndexWriter. nextUnfilteredCluster(Unfiltered unfiltered)
-
Uses of Unfiltered in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type Unfiltered Modifier and Type Method 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. -
Uses of Unfiltered in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return Unfiltered Modifier and Type Method Description protected Unfiltered
SSTableIdentityIterator. doCompute()
Unfiltered
SSTableIdentityIterator. next()
-
Uses of Unfiltered in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type Unfiltered Modifier and Type Method Description void
SSTableFlushObserver. nextUnfilteredCluster(Unfiltered unfilteredCluster)
Called after the unfiltered cluster is written to the sstable.
-