Modifier and Type | Field and Description |
---|---|
ClusteringComparator |
CFMetaData.comparator |
Modifier and Type | Method and Description |
---|---|
ClusteringComparator |
CFMetaData.getKeyValidatorAsClusteringComparator() |
Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(ClusteringComparator comparator,
Clustering clustering) |
Modifier and Type | Field and Description |
---|---|
ClusteringComparator |
Memtable.initialComparator |
Modifier and Type | Method and Description |
---|---|
abstract ClusteringComparator |
CBuilder.comparator() |
ClusteringComparator |
RangeTombstoneList.comparator() |
ClusteringComparator |
ColumnFamilyStore.getComparator() |
Modifier and Type | Method and Description |
---|---|
void |
MutableDeletionInfo.add(RangeTombstone tombstone,
ClusteringComparator comparator) |
static MutableDeletionInfo.Builder |
MutableDeletionInfo.builder(DeletionTime partitionLevelDeletion,
ClusteringComparator comparator,
boolean reversed) |
static CBuilder |
CBuilder.create(ClusteringComparator comparator) |
static MultiCBuilder |
MultiCBuilder.create(ClusteringComparator comparator)
Creates a new empty
MultiCBuilder . |
static Slice.Bound |
Slice.Bound.create(ClusteringComparator comparator,
boolean isStart,
boolean isInclusive,
java.lang.Object... values) |
DataRange |
DataRange.forPaging(AbstractBounds<PartitionPosition> range,
ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive)
Returns a new
DataRange for use when paging this range. |
Slice |
Slice.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive,
boolean reversed)
Returns a slice for continuing paging from the last returned clustering prefix.
|
abstract Slices |
Slices.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive,
boolean reversed)
Returns slices for continuing the paging of those slices given the last returned clustering prefix.
|
boolean |
Slice.includes(ClusteringComparator comparator,
Slice.Bound bound)
Returns whether a given bound is included in this slice.
|
boolean |
Slice.intersects(ClusteringComparator comparator,
java.util.List<java.nio.ByteBuffer> minClusteringValues,
java.util.List<java.nio.ByteBuffer> maxClusteringValues)
Given the per-clustering column minimum and maximum value a sstable contains, whether or not this slice potentially
intersects that sstable or not.
|
boolean |
ClusteringComparator.isCompatibleWith(ClusteringComparator previous)
Returns whether this clustering comparator is compatible with the provided one,
that is if the provided one can be safely replaced by this new one.
|
boolean |
Slice.isEmpty(ClusteringComparator comparator)
Return whether the slice is empty.
|
static boolean |
Slice.isEmpty(ClusteringComparator comparator,
Slice.Bound start,
Slice.Bound end)
Return whether the slice formed by the two provided bound is empty or not.
|
static Slice |
Slice.make(ClusteringComparator comparator,
java.lang.Object... values) |
boolean |
Slice.selects(ClusteringComparator comparator,
Clustering clustering)
Returns whether a given clustering is selected by this slice.
|
java.lang.String |
RangeTombstone.toString(ClusteringComparator comparator) |
java.lang.String |
Slice.toString(ClusteringComparator comparator) |
java.lang.String |
Slice.Bound.toString(ClusteringComparator comparator) |
static Slices |
Slices.with(ClusteringComparator comparator,
Slice slice)
Creates a
Slices object that contains a single slice. |
Constructor and Description |
---|
Builder(ClusteringComparator comparator) |
Builder(ClusteringComparator comparator,
int initialSize) |
Deserializer(ClusteringComparator comparator,
DataInputPlus in,
SerializationHeader header) |
RangeTombstoneList(ClusteringComparator comparator,
int capacity) |
Modifier and Type | Method and Description |
---|---|
ClusteringIndexFilter |
ClusteringIndexFilter.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive)
Returns a filter for continuing the paging of this filter given the last returned clustering prefix.
|
ClusteringIndexNamesFilter |
ClusteringIndexNamesFilter.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive) |
ClusteringIndexSliceFilter |
ClusteringIndexSliceFilter.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive) |
Modifier and Type | Method and Description |
---|---|
ClusteringComparator |
CassandraIndex.getIndexComparator() |
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 |
---|
MetadataCollector(ClusteringComparator comparator) |
MetadataCollector(java.lang.Iterable<SSTableReader> sstables,
ClusteringComparator comparator,
int level) |
Copyright © 2020 The Apache Software Foundation