Uses of Class
org.apache.cassandra.db.CBuilder
Packages that use CBuilder
Package
Description
-
Uses of CBuilder in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as CBuilderMethods in org.apache.cassandra.db that return CBuilderModifier and TypeMethodDescriptionabstract CBuilderfinal CBuilderCBuilder.add(ByteBuffer value) final <V> CBuilderCBuilder.add(ClusteringPrefix<V> prefix, int i) abstract <V> CBuilderCBuilder.add(V value, ValueAccessor<V> accessor) static CBuilderCBuilder.create(ClusteringComparator comparator) -
Uses of CBuilder in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return CBuilderModifier 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. -
Uses of CBuilder in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites that return CBuilderModifier 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) -
Uses of CBuilder in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys that return CBuilderModifier and TypeMethodDescriptionprotected <T> CBuilderKeysIndex.buildIndexClusteringPrefix(ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)