Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.index.internal | |
org.apache.cassandra.index.internal.composites | |
org.apache.cassandra.index.internal.keys |
Modifier and Type | Field and Description |
---|---|
static CBuilder |
CBuilder.STATIC_BUILDER |
Modifier and Type | Method and Description |
---|---|
abstract CBuilder |
CBuilder.add(java.nio.ByteBuffer value) |
abstract CBuilder |
CBuilder.add(java.lang.Object value) |
static CBuilder |
CBuilder.create(ClusteringComparator comparator) |
Modifier and Type | Method and Description |
---|---|
protected abstract CBuilder |
CassandraIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path)
Used to construct an the clustering for an entry in the index table based on values from the base data.
|
Modifier and Type | Method and Description |
---|---|
CBuilder |
ClusteringColumnIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
CBuilder |
CollectionKeyIndexBase.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
CBuilder |
CollectionValueIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
CBuilder |
PartitionKeyIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
CBuilder |
RegularColumnIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
protected CBuilder |
KeysIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer partitionKey,
ClusteringPrefix prefix,
CellPath path) |
Copyright © 2018 The Apache Software Foundation