Package org.apache.cassandra.db
Interface Clusterable<T>
-
- All Known Subinterfaces:
Clustering<V>,ClusteringBound<V>,ClusteringBoundary<V>,ClusteringBoundOrBoundary<V>,ClusteringPrefix<V>,RangeTombstoneMarker,Row,Unfiltered
- All Known Implementing Classes:
AbstractArrayClusteringPrefix,AbstractBufferClusteringPrefix,AbstractOnHeapClusteringPrefix,AbstractRangeTombstoneMarker,AbstractRow,ArrayClustering,ArrayClusteringBound,ArrayClusteringBoundary,ArrayClusteringBoundOrBoundary,BTreeRow,BufferClustering,BufferClusteringBound,BufferClusteringBoundary,BufferClusteringBoundOrBoundary,NativeClustering,RangeTombstoneBoundaryMarker,RangeTombstoneBoundMarker
public interface Clusterable<T>Common class for objects that are identified by a clustering prefix, and can be thus sorted by aClusteringComparator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusteringPrefix<T>clustering()
-
-
-
Method Detail
-
clustering
ClusteringPrefix<T> clustering()
-
-