| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.rows | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Clustering | 
| interface  | ClusteringPrefixA clustering prefix is the unit of what a  ClusteringComparatorcan compare. | 
| 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 | 
|---|---|
| java.util.Comparator<Clusterable> | ClusteringComparator. reversed() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | ClusteringComparator. compare(Clusterable c1,
       Clusterable c2) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RangeTombstoneMarkerA marker for a range tombstone bound. | 
| interface  | RowStorage engine representation of a row. | 
| interface  | UnfilteredUnfiltered is the common class for the main constituent of an unfiltered partition. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary> | 
| class  | AbstractRowBase abstract class for  Rowimplementations. | 
| class  | BTreeRowImmutable implementation of a Row object. | 
| class  | RangeTombstoneBoundaryMarkerA range tombstone marker that represents a boundary between 2 range tombstones (i.e. | 
| class  | RangeTombstoneBoundMarkerA range tombstone marker that indicates the bound of a range tombstone (start or end). | 
Copyright © 2018 The Apache Software Foundation