| 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  | BufferClusteringThe clustering column values for a row. | 
| class  | ClusteringBoundThe start or end of a range of clusterings, either inclusive or exclusive. | 
| class  | ClusteringBoundaryThe threshold between two different ranges, i.e. | 
| class  | ClusteringBoundOrBoundaryThis 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 | 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 | 
|---|---|
| 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 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) | 
| Constructor and Description | 
|---|
| Serializer(Version version,
          ISerializer<ClusteringPrefix> clusteringSerializer) | 
| Modifier and Type | Method and Description | 
|---|---|
| MetadataCollector | MetadataCollector. updateClusteringValues(ClusteringPrefix clustering) | 
Copyright © 2018 The Apache Software Foundation