Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.db.rows |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayClusteringBound |
class |
ArrayClusteringBoundary |
class |
ArrayClusteringBoundOrBoundary |
class |
BufferClusteringBound |
class |
BufferClusteringBoundary |
class |
BufferClusteringBoundOrBoundary |
Modifier and Type | Method and Description |
---|---|
default ClusteringBoundOrBoundary<java.nio.ByteBuffer> |
ClusteringBoundOrBoundary.clone(ByteBufferCloner cloner) |
static ClusteringBoundOrBoundary<byte[]> |
ArrayClusteringBoundOrBoundary.create(ClusteringPrefix.Kind kind,
byte[][] values) |
ClusteringBoundOrBoundary<byte[]> |
ClusteringBoundOrBoundary.Serializer.deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
ClusteringBoundOrBoundary<byte[]> |
ClusteringPrefix.Deserializer.deserializeNextBound() |
ClusteringBoundOrBoundary<byte[]> |
ClusteringBoundOrBoundary.Serializer.deserializeValues(DataInputPlus in,
ClusteringPrefix.Kind kind,
int version,
java.util.List<AbstractType<?>> types) |
ClusteringBoundOrBoundary<V> |
ClusteringBoundOrBoundary.invert()
Returns the inverse of the current bound.
|
Modifier and Type | Method and Description |
---|---|
<T> int |
ClusteringPrefix.Deserializer.compareNextTo(ClusteringBoundOrBoundary<T> bound) |
<T> void |
ClusteringBoundOrBoundary.Serializer.serialize(ClusteringBoundOrBoundary<T> bound,
DataOutputPlus out,
int version,
java.util.List<AbstractType<?>> types) |
<T> long |
ClusteringBoundOrBoundary.Serializer.serializedSize(ClusteringBoundOrBoundary<T> bound,
int version,
java.util.List<AbstractType<?>> types) |
Modifier and Type | Method and Description |
---|---|
default ClusteringBoundOrBoundary<V> |
ValueAccessor.ObjectFactory.boundOrBoundary(ClusteringPrefix.Kind kind,
V... values) |
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 © 2009-2022 The Apache Software Foundation