Uses of Class
org.apache.cassandra.db.CBuilder
-
Packages that use CBuilder Package Description org.apache.cassandra.db org.apache.cassandra.index.internal org.apache.cassandra.index.internal.composites org.apache.cassandra.index.internal.keys -
-
Uses of CBuilder in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as CBuilder Modifier and Type Field Description static CBuilder
CBuilder. STATIC_BUILDER
Methods in org.apache.cassandra.db that return CBuilder Modifier and Type Method Description abstract CBuilder
CBuilder. add(java.lang.Object value)
CBuilder
CBuilder. add(java.nio.ByteBuffer value)
<V> CBuilder
CBuilder. add(ClusteringPrefix<V> prefix, int i)
abstract <V> CBuilder
CBuilder. add(V value, ValueAccessor<V> accessor)
static CBuilder
CBuilder. create(ClusteringComparator comparator)
-
Uses of CBuilder in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal that return CBuilder Modifier and Type Method Description protected abstract <T> CBuilder
CassandraIndex. buildIndexClusteringPrefix(java.nio.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 CBuilder Modifier and Type Method Description <T> CBuilder
ClusteringColumnIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
<T> CBuilder
CollectionKeyIndexBase. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
<T> CBuilder
CollectionValueIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
<T> CBuilder
PartitionKeyIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
<T> CBuilder
RegularColumnIndex. buildIndexClusteringPrefix(java.nio.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 CBuilder Modifier and Type Method Description protected <T> CBuilder
KeysIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
-