Uses of Interface
org.apache.cassandra.db.Clusterable
-
Packages that use Clusterable Package Description org.apache.cassandra.db org.apache.cassandra.db.rows -
-
Uses of Clusterable in org.apache.cassandra.db
Subinterfaces of Clusterable in org.apache.cassandra.db Modifier and Type Interface Description interfaceClustering<V>interfaceClusteringBound<V>The start or end of a range of clusterings, either inclusive or exclusive.interfaceClusteringBoundary<V>The threshold between two different ranges, i.e.interfaceClusteringBoundOrBoundary<V>This class defines a threshold between ranges of clusterings.interfaceClusteringPrefix<V>A clustering prefix is the unit of what aClusteringComparatorcan compare.Classes in org.apache.cassandra.db that implement Clusterable Modifier and Type Class Description classAbstractArrayClusteringPrefixclassAbstractBufferClusteringPrefixclassAbstractOnHeapClusteringPrefix<V>classArrayClusteringclassArrayClusteringBoundclassArrayClusteringBoundaryclassArrayClusteringBoundOrBoundaryclassBufferClusteringThe clustering column values for a row.classBufferClusteringBoundclassBufferClusteringBoundaryclassBufferClusteringBoundOrBoundaryclassNativeClusteringMethods in org.apache.cassandra.db that return types with arguments of type Clusterable Modifier and Type Method Description java.util.Comparator<Clusterable>ClusteringComparator. reversed()Methods in org.apache.cassandra.db with parameters of type Clusterable Modifier and Type Method Description intClusteringComparator. compare(Clusterable c1, Clusterable c2) -
Uses of Clusterable in org.apache.cassandra.db.rows
Subinterfaces of Clusterable in org.apache.cassandra.db.rows Modifier and Type Interface Description interfaceRangeTombstoneMarkerA marker for a range tombstone bound.interfaceRowStorage engine representation of a row.interfaceUnfilteredUnfiltered is the common class for the main constituent of an unfiltered partition.Classes in org.apache.cassandra.db.rows that implement Clusterable Modifier and Type Class Description classAbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>>classAbstractRowBase abstract class forRowimplementations.classBTreeRowImmutable implementation of a Row object.classRangeTombstoneBoundaryMarkerA range tombstone marker that represents a boundary between 2 range tombstones (i.e.classRangeTombstoneBoundMarkerA range tombstone marker that indicates the bound of a range tombstone (start or end).
-