Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
CFMetaData.serializePartitionKey(ClusteringPrefix keyAsClustering) |
Modifier and Type | Interface and Description |
---|---|
interface |
Clustering |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBufferClusteringPrefix |
class |
AbstractClusteringPrefix |
class |
BufferClustering
The clustering column values for a row.
|
class |
ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
class |
ClusteringBoundary
The threshold between two different ranges, i.e.
|
class |
ClusteringBoundOrBoundary
This class defines a threshold between ranges of clusterings.
|
class |
NativeClustering |
Modifier and Type | Method and Description |
---|---|
ClusteringPrefix |
AbstractBufferClusteringPrefix.clustering() |
ClusteringPrefix |
AbstractClusteringPrefix.clustering() |
ClusteringPrefix |
Clusterable.clustering() |
ClusteringPrefix |
ClusteringPrefix.Serializer.deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
Modifier and Type | Method and Description |
---|---|
int |
ClusteringComparator.compare(ClusteringPrefix c1,
ClusteringPrefix c2) |
static ClusteringBound |
ClusteringBound.exclusiveStartOf(ClusteringPrefix prefix) |
boolean |
Slice.includes(ClusteringComparator comparator,
ClusteringPrefix bound)
Returns whether a given clustering or bound is included in this slice.
|
static ClusteringBound |
ClusteringBound.inclusiveEndOf(ClusteringPrefix prefix) |
static ClusteringBound |
ClusteringBound.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.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractSSTableIterator.IndexState.indexFor(ClusteringPrefix name,
int lastIndex) |
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 |
IndexInfo.firstName |
ClusteringPrefix |
IndexInfo.lastName |
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 © 2018 The Apache Software Foundation