Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.rows |
Modifier and Type | Class and Description |
---|---|
class |
ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
class |
ClusteringBoundary
The threshold between two different ranges, i.e.
|
Modifier and Type | Method and Description |
---|---|
ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.copy(AbstractAllocator allocator) |
static ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.create(ClusteringPrefix.Kind kind,
java.nio.ByteBuffer[] values) |
ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.Serializer.deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
ClusteringBoundOrBoundary |
ClusteringPrefix.Deserializer.deserializeNextBound() |
ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.Serializer.deserializeValues(DataInputPlus in,
ClusteringPrefix.Kind kind,
int version,
java.util.List<AbstractType<?>> types) |
abstract ClusteringBoundOrBoundary |
ClusteringBoundOrBoundary.invert()
Returns the inverse of the current bound.
|
Modifier and Type | Method and Description |
---|---|
int |
ClusteringPrefix.Deserializer.compareNextTo(ClusteringBoundOrBoundary bound) |
void |
ClusteringBoundOrBoundary.Serializer.serialize(ClusteringBoundOrBoundary bound,
DataOutputPlus out,
int version,
java.util.List<AbstractType<?>> types) |
long |
ClusteringBoundOrBoundary.Serializer.serializedSize(ClusteringBoundOrBoundary bound,
int version,
java.util.List<AbstractType<?>> types) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeTombstoneMarker<B extends ClusteringBoundOrBoundary> |
Modifier and Type | Field and Description |
---|---|
protected B |
AbstractRangeTombstoneMarker.bound |
Modifier and Type | Method and Description |
---|---|
ClusteringBoundOrBoundary |
RangeTombstoneMarker.clustering() |
Modifier and Type | Method and Description |
---|---|
RangeTombstoneMarker |
UnfilteredSerializer.deserializeMarkerBody(DataInputPlus in,
SerializationHeader header,
ClusteringBoundOrBoundary bound) |
Copyright © 2020 The Apache Software Foundation