Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.rows |
Modifier and Type | Interface and Description |
---|---|
interface |
Clustering<V> |
interface |
ClusteringBound<V>
The start or end of a range of clusterings, either inclusive or exclusive.
|
interface |
ClusteringBoundary<V>
The threshold between two different ranges, i.e.
|
interface |
ClusteringBoundOrBoundary<V>
This class defines a threshold between ranges of clusterings.
|
interface |
ClusteringPrefix<V>
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayClusteringPrefix |
class |
AbstractBufferClusteringPrefix |
class |
AbstractOnHeapClusteringPrefix<V> |
class |
ArrayClustering |
class |
ArrayClusteringBound |
class |
ArrayClusteringBoundary |
class |
ArrayClusteringBoundOrBoundary |
class |
BufferClustering
The clustering column values for a row.
|
class |
BufferClusteringBound |
class |
BufferClusteringBoundary |
class |
BufferClusteringBoundOrBoundary |
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) |
int |
ClusteringComparator.compare(Clusterable c1,
Clusterable c2) |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeTombstoneMarker
A marker for a range tombstone bound.
|
interface |
Row
Storage engine representation of a row.
|
interface |
Unfiltered
Unfiltered is the common class for the main constituent of an unfiltered partition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary<?>> |
class |
AbstractRow
Base abstract class for
Row implementations. |
class |
BTreeRow
Immutable implementation of a Row object.
|
class |
RangeTombstoneBoundaryMarker
A range tombstone marker that represents a boundary between 2 range tombstones (i.e.
|
class |
RangeTombstoneBoundMarker
A range tombstone marker that indicates the bound of a range tombstone (start or end).
|
Copyright © 2009-2022 The Apache Software Foundation