Uses of Interface
org.apache.cassandra.db.Clusterable
Packages that use Clusterable
Package
Description
-
Uses of Clusterable in org.apache.cassandra.db
Subinterfaces of Clusterable in org.apache.cassandra.dbModifier and TypeInterfaceDescriptioninterfaceClustering<V>interfaceThe start or end of a range of clusterings, either inclusive or exclusive.interfaceThe threshold between two different ranges, i.e.interfaceThis class defines a threshold between ranges of clusterings.interfaceA clustering prefix is the unit of what aClusteringComparatorcan compare.Classes in org.apache.cassandra.db that implement ClusterableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassThe clustering column values for a row.classclassclassclassMethods in org.apache.cassandra.db that return types with arguments of type ClusterableMethods in org.apache.cassandra.db with parameters of type ClusterableModifier and TypeMethodDescriptionintClusteringComparator.compare(Clusterable c1, Clusterable c2) -
Uses of Clusterable in org.apache.cassandra.db.rows
Subinterfaces of Clusterable in org.apache.cassandra.db.rowsModifier and TypeInterfaceDescriptioninterfaceA marker for a range tombstone bound.interfaceStorage engine representation of a row.interfaceUnfiltered is the common class for the main constituent of an unfiltered partition.Classes in org.apache.cassandra.db.rows that implement ClusterableModifier and TypeClassDescriptionclassAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classBase abstract class forRowimplementations.classclassImmutable implementation of a Row object.classA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classA range tombstone marker that indicates the bound of a range tombstone (start or end). -
Uses of Clusterable in org.apache.cassandra.index.sai.utils
Classes in org.apache.cassandra.index.sai.utils that implement ClusterableModifier and TypeClassDescriptionclassA Row wrapper that has aCellSourceIdentifierthat gets added to cell as part of theRowWithSource.getCell(ColumnMetadata)andRowWithSource.getCell(ColumnMetadata, CellPath)calls.