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 UnfilteredUnfilteredDeserializer. readNext()Returns the next atom.Methods in org.apache.cassandra.db with parameters of type Unfiltered Modifier and Type Method Description static voidUnfilteredValidation. 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 UnfilteredAbstractSSTableIterator. next()UnfilteredAbstractSSTableIterator.Reader. next()protected abstract UnfilteredAbstractSSTableIterator.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 interfaceBaseRowIterator<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 interfaceRangeTombstoneMarkerA marker for a range tombstone bound.interfaceRowStorage engine representation of a row.Classes in org.apache.cassandra.db.rows that implement Unfiltered Modifier and Type Class Description classAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classAbstractRowBase abstract class forRowimplementations.classBTreeRowImmutable implementation of a Row object.classRangeTombstoneBoundaryMarkerA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classRangeTombstoneBoundMarkerA 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 UnfilteredLazilyInitializedUnfilteredRowIterator. computeNext()protected UnfilteredRowAndDeletionMergeIterator. computeNext()protected UnfilteredUnfilteredRowIteratorWithLowerBound. computeNext()UnfilteredUnfilteredSerializer. deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder)Deserialize anUnfilteredfrom the provided input.UnfilteredUnfilteredSerializer. deserializeTombstonesOnly(FileDataInput in, SerializationHeader header, DeserializationHelper helper)UnfilteredUnfilteredRowIteratorWithLowerBound. lowerBound()UnfilteredWrappingUnfilteredRowIterator. next()Methods in org.apache.cassandra.db.rows with parameters of type Unfiltered Modifier and Type Method Description static UnfilteredRowIteratorUnfilteredRowIterators. concat(Unfiltered first, UnfilteredRowIterator rest)Returns an iterator that concatenate the specified atom with the iterator.voidUnfilteredSerializer. serialize(Unfiltered unfiltered, SerializationHelper helper, DataOutputPlus out, int version)voidUnfilteredSerializer. serialize(Unfiltered unfiltered, SerializationHelper helper, DataOutputPlus out, long previousUnfilteredSize, int version)longUnfilteredSerializer. serializedSize(Unfiltered unfiltered, SerializationHelper helper, int version)longUnfilteredSerializer. serializedSize(Unfiltered unfiltered, SerializationHelper helper, long previousUnfilteredSize, int version)static UnfilteredRowIteratorUnfilteredRowIterators. 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 UnfilteredCassandraStreamReader.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 classBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>classBaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>>Methods in org.apache.cassandra.db.transform that return Unfiltered Modifier and Type Method Description protected UnfilteredBaseRows. applyOne(Unfiltered value, Transformation transformation)Methods in org.apache.cassandra.db.transform with parameters of type Unfiltered Modifier and Type Method Description protected UnfilteredBaseRows. 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 voidPerSSTableIndexWriter. 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 booleanOperation. 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 UnfilteredSSTableSimpleIterator.EmptySSTableSimpleIterator. computeNext()protected UnfilteredSSTableIdentityIterator. doCompute()UnfilteredSSTableIdentityIterator. 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 static voidSSTableWriter. guardCollectionSize(TableMetadata metadata, DecoratedKey partitionKey, Unfiltered unfiltered)voidSSTableFlushObserver. nextUnfilteredCluster(Unfiltered unfilteredCluster)Called after the unfiltered cluster is written to the sstable.
-