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 CBuilderCBuilder. STATIC_BUILDERMethods in org.apache.cassandra.db that return CBuilder Modifier and Type Method Description abstract CBuilderCBuilder. add(java.lang.Object value)CBuilderCBuilder. add(java.nio.ByteBuffer value)<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 CBuilder Modifier and Type Method Description protected abstract <T> CBuilderCassandraIndex. 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> CBuilderClusteringColumnIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)<T> CBuilderCollectionKeyIndexBase. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)<T> CBuilderCollectionValueIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)<T> CBuilderPartitionKeyIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)<T> CBuilderRegularColumnIndex. 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> CBuilderKeysIndex. buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey, ClusteringPrefix<T> prefix, CellPath path)
-