Uses of Class
org.apache.cassandra.db.rows.CellPath
Packages that use CellPath
Package
Description
-
Uses of CellPath in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache with parameters of type CellPathModifier and TypeMethodDescriptionstatic CounterCacheKeyCounterCacheKey.create(TableMetadata tableMetadata, ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata c, CellPath path) -
Uses of CellPath in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type CellPathModifier and TypeMethodDescriptionCell<?>UpdateParameters.addCell(ColumnMetadata column, CellPath path, ByteBuffer value) voidUpdateParameters.addTombstone(ColumnMetadata column, CellPath path) -
Uses of CellPath in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type CellPathModifier and TypeMethodDescriptionprotected static final Cell<?>ColumnCondition.getCell(Row row, ColumnMetadata column, CellPath path) -
Uses of CellPath in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type CellPathModifier and TypeMethodDescriptionColumnFamilyStore.getCachedCounter(ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata column, CellPath path) voidColumnFamilyStore.putCachedCounter(ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata column, CellPath path, ClockAndCount clockAndCount) -
Uses of CellPath in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return CellPathModifier and TypeMethodDescriptionprotected abstract CellPathColumnSubselection.comparisonPath()Methods in org.apache.cassandra.db.filter with parameters of type CellPathModifier and TypeMethodDescriptionabstract intColumnSubselection.compareInclusionOf(CellPath path) Given a path, return -1 if the path is before anything selected by this subselection, 0 if it is selected by this subselection and 1 if the path is after anything selected by this subselection.static ColumnSubselectionColumnSubselection.element(ColumnMetadata column, CellPath elt) abstract booleanColumnFilter.fetchedCellIsQueried(ColumnMetadata column, CellPath path) Whether the provided complex cell (identified by its column and path), which is assumed to be _fetched_ by this filter, is also _queried_ by the user.booleanColumnFilter.SelectionColumnFilter.fetchedCellIsQueried(ColumnMetadata column, CellPath path) booleanColumnFilter.Tester.fetchedCellIsQueried(CellPath path) Must only be called iffetches(path) == true.booleanColumnFilter.WildCardColumnFilter.fetchedCellIsQueried(ColumnMetadata column, CellPath path) booleanColumnFilter.Builder.select(ColumnMetadata c, CellPath elt) ColumnFilter.Builder.slice(ColumnMetadata c, CellPath from, CellPath to) static ColumnSubselectionColumnSubselection.slice(ColumnMetadata column, CellPath from, CellPath to) -
Uses of CellPath in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return CellPathMethods in org.apache.cassandra.db.marshal with parameters of type CellPath -
Uses of CellPath in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return CellPath -
Uses of CellPath in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as CellPathModifier and TypeFieldDescriptionstatic final CellPathCellPath.BOTTOMstatic final CellPathCellPath.TOPMethods in org.apache.cassandra.db.rows that return CellPathModifier and TypeMethodDescriptionabstract CellPathCellPath.clone(ByteBufferCloner cloner) static CellPathCellPath.create(ByteBuffer value) CellPath.Serializer.deserialize(DataInputPlus in) ArrayCell.path()BufferCell.path()abstract CellPathCell.path()For cells belonging to complex types (non-frozen collection and UDT), the path to the cell.NativeCell.path()Methods in org.apache.cassandra.db.rows that return types with arguments of type CellPathMethods in org.apache.cassandra.db.rows with parameters of type CellPathModifier and TypeMethodDescriptionbooleanDeserializationHelper.canSkipValue(CellPath path) Cell.Factory.create(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, V value, CellPath path) static BufferCellBufferCell.expiring(ColumnMetadata column, long timestamp, int ttl, long nowInSec, ByteBuffer value, CellPath path) Cell<?>BTreeRow.getCell(ColumnMetadata c, CellPath path) Cell<?>Cell<?>Row.getCell(ColumnMetadata c, CellPath path) Return a cell for a given complex column and cell path.booleanstatic BufferCellBufferCell.live(ColumnMetadata column, long timestamp, ByteBuffer value, CellPath path) voidCellPath.Serializer.serialize(CellPath path, DataOutputPlus out) longCellPath.Serializer.serializedSize(CellPath path) voidBTreeRow.setValue(ColumnMetadata column, CellPath path, ByteBuffer value) static BufferCellBufferCell.tombstone(ColumnMetadata column, long timestamp, long nowInSec, CellPath path) Constructors in org.apache.cassandra.db.rows with parameters of type CellPathModifierConstructorDescriptionArrayCell(ColumnMetadata column, long timestamp, int ttl, int localDeletionTimeUnsignedInteger, byte[] value, CellPath path) ArrayCell(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, byte[] value, CellPath path) BufferCell(ColumnMetadata column, long timestamp, int ttl, int localDeletionTimeUnsignedInteger, ByteBuffer value, CellPath path) BufferCell(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, ByteBuffer value, CellPath path) NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, ColumnMetadata column, long timestamp, int ttl, int localDeletionTimeUnsignedInteger, ByteBuffer value, CellPath path) NativeCell(NativeAllocator allocator, OpOrder.Group writeOp, ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, ByteBuffer value, CellPath path) -
Uses of CellPath in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type CellPathModifier and TypeMethodDescriptionprotected abstract <T> CBuilderCassandraIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) Used to construct an the clustering for an entry in the index table based on values from the base data.protected abstract ByteBufferCassandraIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) Extract the value to be inserted into the index from the components of the base data -
Uses of CellPath in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites with parameters of type CellPathModifier and TypeMethodDescription<T> CBuilderClusteringColumnIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) <T> CBuilderCollectionKeyIndexBase.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) <T> CBuilderCollectionValueIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) <T> CBuilderPartitionKeyIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) <T> CBuilderRegularColumnIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) ClusteringColumnIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) CollectionEntryIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) CollectionKeyIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) CollectionValueIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) PartitionKeyIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) RegularColumnIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) -
Uses of CellPath in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys with parameters of type CellPathModifier and TypeMethodDescriptionprotected <T> CBuilderKeysIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path) protected ByteBufferKeysIndex.getIndexedValue(ByteBuffer partitionKey, Clustering<?> clustering, CellPath path, ByteBuffer cellValue) -
Uses of CellPath in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils that return CellPathMethods in org.apache.cassandra.index.sai.utils with parameters of type CellPath -
Uses of CellPath in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return types with arguments of type CellPath