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.clusteringPrefixSerializer(Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
int |
ClusteringComparator.compare(ClusteringPrefix c1,
ClusteringPrefix c2) |
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 |
AbstractSimplePerColumnSecondaryIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
protected CBuilder |
CompositesIndexIncludingCollectionKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnClusteringKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnCollectionValue.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnPartitionKey.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
protected CBuilder |
CompositesIndexOnRegular.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
ClusteringPrefix prefix,
CellPath path) |
Modifier and Type | Method and Description |
---|---|
protected CBuilder |
KeysIndex.buildIndexClusteringPrefix(java.nio.ByteBuffer rowKey,
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 © 2015 The Apache Software Foundation