Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
CFMetaData.serializePartitionKey(ClusteringPrefix keyAsClustering) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClusteringPrefix |
class |
Clustering
The clustering column values for a row.
|
static class |
RangeTombstone.Bound
The bound of a range tombstone.
|
static class |
Slice.Bound
The bound of a slice.
|
Modifier and Type | Method and Description |
---|---|
ClusteringPrefix |
AbstractClusteringPrefix.clustering() |
ClusteringPrefix |
Clusterable.clustering() |
ClusteringPrefix |
LegacyLayout.LegacyAtom.clustering() |
ClusteringPrefix |
LegacyLayout.LegacyCell.clustering() |
ClusteringPrefix |
LegacyLayout.LegacyRangeTombstone.clustering() |
ClusteringPrefix |
ClusteringPrefix.Serializer.deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
Modifier and Type | Method and Description |
---|---|
ISerializer<ClusteringPrefix> |
Serializers.indexEntryClusteringPrefixSerializer(Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
int |
ClusteringComparator.compare(ClusteringPrefix c1,
ClusteringPrefix c2) |
static java.nio.ByteBuffer |
LegacyLayout.encodeCellName(CFMetaData metadata,
ClusteringPrefix clustering,
java.nio.ByteBuffer columnName,
java.nio.ByteBuffer collectionElement) |
static java.nio.ByteBuffer |
LegacyLayout.encodeClustering(CFMetaData metadata,
ClusteringPrefix clustering) |
static Slice.Bound |
Slice.Bound.exclusiveStartOf(ClusteringPrefix prefix) |
static Slice.Bound |
Slice.Bound.inclusiveEndOf(ClusteringPrefix prefix) |
static Slice.Bound |
Slice.Bound.inclusiveStartOf(ClusteringPrefix prefix) |
void |
ClusteringPrefix.Serializer.serialize(ClusteringPrefix clustering,
DataOutputPlus out,
int version,
java.util.List<AbstractType<?>> types) |
long |
ClusteringPrefix.Serializer.serializedSize(ClusteringPrefix clustering,
int version,
java.util.List<AbstractType<?>> types) |
void |
ClusteringComparator.validate(ClusteringPrefix clustering)
Validates the provided prefix for corrupted data.
|
Constructor and Description |
---|
TombstoneOverwhelmingException(int numTombstones,
java.lang.String query,
CFMetaData metadata,
DecoratedKey lastPartitionKey,
ClusteringPrefix lastClustering) |
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) |
Modifier and Type | Field and Description |
---|---|
ClusteringPrefix |
IndexHelper.IndexInfo.firstName |
ClusteringPrefix |
IndexHelper.IndexInfo.lastName |
Modifier and Type | Method and Description |
---|---|
static int |
IndexHelper.indexFor(ClusteringPrefix name,
java.util.List<IndexHelper.IndexInfo> indexList,
ClusteringComparator comparator,
boolean reversed,
int lastIndex)
The index of the IndexInfo in which a scan starting with @name should begin.
|
Constructor and Description |
---|
IndexInfo(ClusteringPrefix firstName,
ClusteringPrefix lastName,
long offset,
long width,
DeletionTime endOpenMarker) |
Modifier and Type | Method and Description |
---|---|
MetadataCollector |
MetadataCollector.updateClusteringValues(ClusteringPrefix clustering) |
Copyright © 2017 The Apache Software Foundation