Uses of Interface
org.apache.cassandra.db.rows.Unfiltered
Packages that use Unfiltered
Package
Description
File transfer
-
Uses of Unfiltered in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return UnfilteredMethods in org.apache.cassandra.db with parameters of type UnfilteredModifier and TypeMethodDescriptionstatic voidUnfilteredValidation.maybeValidateUnfiltered(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey key, SSTableReader sstable) -
Uses of Unfiltered in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows with type parameters of type UnfilteredModifier and TypeInterfaceDescriptioninterfaceBaseRowIterator<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.rowsModifier and TypeInterfaceDescriptioninterfaceA marker for a range tombstone bound.interfaceStorage engine representation of a row.Classes in org.apache.cassandra.db.rows that implement UnfilteredModifier and TypeClassDescriptionclassAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classBase abstract class forRowimplementations.classclassImmutable implementation of a Row object.classA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classA range tombstone marker that indicates the bound of a range tombstone (start or end).Methods in org.apache.cassandra.db.rows that return UnfilteredModifier and TypeMethodDescriptionprotected UnfilteredLazilyInitializedUnfilteredRowIterator.computeNext()protected UnfilteredRowAndDeletionMergeIterator.computeNext()protected UnfilteredUnfilteredRowIteratorWithLowerBound.computeNext()UnfilteredSerializer.deserialize(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, Row.Builder builder) Deserialize anUnfilteredfrom the provided input.UnfilteredSerializer.deserializeTombstonesOnly(FileDataInput in, SerializationHeader header, DeserializationHelper helper) UnfilteredRowIteratorWithLowerBound.lowerBound()default UnfilteredWrappingUnfilteredRowIterator.next()Methods in org.apache.cassandra.db.rows with parameters of type UnfilteredModifier and TypeMethodDescriptionstatic UnfilteredRowIteratorUnfilteredRowIterators.concat(Unfiltered first, UnfilteredRowIterator wrapped) 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 UnfilteredModifierConstructorDescriptionPartitionSerializationException(BaseRowIterator<Unfiltered> partition, Throwable cause) -
Uses of Unfiltered in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return Unfiltered -
Uses of Unfiltered in org.apache.cassandra.db.transform
Classes in org.apache.cassandra.db.transform with type parameters of type UnfilteredModifier and TypeClassDescriptionclassBaseRows<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 UnfilteredModifier and TypeMethodDescriptionprotected UnfilteredBaseRows.applyOne(Unfiltered value, Transformation transformation) Methods in org.apache.cassandra.db.transform with parameters of type UnfilteredModifier and TypeMethodDescriptionprotected UnfilteredBaseRows.applyOne(Unfiltered value, Transformation transformation) -
Uses of Unfiltered in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk with parameters of type UnfilteredModifier and TypeMethodDescriptionvoidStorageAttachedIndexWriter.nextUnfilteredCluster(Unfiltered unfiltered) -
Uses of Unfiltered in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with type parameters of type UnfilteredModifier and TypeMethodDescription<U extends Unfiltered,R extends BaseRowIterator<U>, P extends BasePartitionIterator<R>>
BasePartitionIterator<?>VectorTopKProcessor.consumeSortByScoreAndTakeTopK(P partitions) Filter given partitions and keep the rows with the highest scores.<U extends Unfiltered,R extends BaseRowIterator<U>, P extends BasePartitionIterator<R>>
BasePartitionIterator<?>VectorTopKProcessor.takeTopKThenSortByPrimaryKey(P partitions) Filter given partitions and keep the rows with the highest scores. -
Uses of Unfiltered in org.apache.cassandra.index.sai.utils
Classes in org.apache.cassandra.index.sai.utils that implement UnfilteredModifier and TypeClassDescriptionclassA Row wrapper that has aCellSourceIdentifierthat gets added to cell as part of theRowWithSource.getCell(ColumnMetadata)andRowWithSource.getCell(ColumnMetadata, CellPath)calls.Methods in org.apache.cassandra.index.sai.utils with type parameters of type UnfilteredModifier and TypeMethodDescriptionstatic <U extends Unfiltered,R extends BaseRowIterator<U>>
PartitionInfoPartitionInfo.create(R baseRowIterator) Constructor parameters in org.apache.cassandra.index.sai.utils with type arguments of type UnfilteredModifierConstructorDescriptionInMemoryPartitionIterator(ReadCommand command, TreeMap<PartitionInfo, TreeSet<Unfiltered>> rowsByPartitions) InMemoryUnfilteredPartitionIterator(ReadCommand command, TreeMap<PartitionInfo, TreeSet<Unfiltered>> rowsByPartitions) -
Uses of Unfiltered in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type UnfilteredModifier and TypeMethodDescriptionvoidPerSSTableIndexWriter.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 UnfilteredModifier and TypeMethodDescriptionbooleanOperation.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
Fields in org.apache.cassandra.io.sstable declared as UnfilteredMethods in org.apache.cassandra.io.sstable that return UnfilteredModifier and TypeMethodDescriptionprotected UnfilteredAbstractSSTableIterator.ForwardReader.computeNext()protected UnfilteredSSTableSimpleIterator.EmptySSTableSimpleIterator.computeNext()protected UnfilteredSSTableIdentityIterator.doCompute()AbstractSSTableIterator.AbstractReader.next()AbstractSSTableIterator.next()SSTableIdentityIterator.next()protected abstract UnfilteredAbstractSSTableIterator.AbstractReader.nextInternal()protected UnfilteredAbstractSSTableIterator.ForwardReader.nextInternal()Methods in org.apache.cassandra.io.sstable with parameters of type UnfilteredModifier and TypeMethodDescriptionvoidSSTableFlushObserver.nextUnfilteredCluster(Unfiltered unfiltered) Called after an unfiltered is written to the sstable. -
Uses of Unfiltered in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type UnfilteredModifier and TypeMethodDescriptionvoidSortedTablePartitionWriter.addUnfiltered(Unfiltered unfiltered) -
Uses of Unfiltered in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type UnfilteredModifier and TypeMethodDescriptionvoidBigFormatPartitionWriter.addUnfiltered(Unfiltered unfiltered)