Uses of Interface
org.apache.cassandra.db.CellSourceIdentifier
Packages that use CellSourceIdentifier
Package
Description
-
Uses of CellSourceIdentifier in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type CellSourceIdentifierModifier and TypeMethodDescriptiondefault booleanCellSourceIdentifier.isEqualSource(CellSourceIdentifier other) Returns true iff this and other CellSourceIdentifier are equal, indicating that the cell are from the same source.Method parameters in org.apache.cassandra.db with type arguments of type CellSourceIdentifierModifier and TypeMethodDescriptionSinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ColumnFamilyStore.ViewFragment view, Function<CellSourceIdentifier, Transformation<BaseRowIterator<?>>> rowTransformer, ReadExecutionController executionController) -
Uses of CellSourceIdentifier in org.apache.cassandra.db.memtable
Subinterfaces of CellSourceIdentifier in org.apache.cassandra.db.memtableClasses in org.apache.cassandra.db.memtable that implement CellSourceIdentifierModifier and TypeClassDescriptionclassA memtable that uses memory tracked and maybe allocated via a MemtableAllocator from a MemtablePool.classclassMemtable that uses a commit log for persistence.classclassA proof-of-concept sharded memtable implementation.classclassTrie memtable implementation. -
Uses of CellSourceIdentifier in org.apache.cassandra.index.sai.disk.v1.vector
Constructors in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type CellSourceIdentifierModifierConstructorDescriptionPrimaryKeyWithScore(ColumnMetadata columnMetadata, CellSourceIdentifier sourceTable, PrimaryKey primaryKey, float indexScore) -
Uses of CellSourceIdentifier in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return CellSourceIdentifierConstructors in org.apache.cassandra.index.sai.utils with parameters of type CellSourceIdentifierModifierConstructorDescriptionCellWithSource(Cell<T> cell, CellSourceIdentifier source) RowWithSource(Row row, CellSourceIdentifier source) -
Uses of CellSourceIdentifier in org.apache.cassandra.io.sstable
Subinterfaces of CellSourceIdentifier in org.apache.cassandra.io.sstableModifier and TypeInterfaceDescriptioninterfaceRepresents a unique identifier in the sstable descriptor filename.Classes in org.apache.cassandra.io.sstable that implement CellSourceIdentifierModifier and TypeClassDescriptionclassGeneration identifier based on sequence of integers.final classSSTable generation identifiers that can be stored across nodes in one directory/bucket