Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.rows |
Modifier and Type | Field and Description |
---|---|
static RangeTombstone.Bound |
RangeTombstone.Bound.BOTTOM
The smallest start bound, i.e.
|
static RangeTombstone.Bound |
RangeTombstone.Bound.TOP
The biggest end bound, i.e.
|
Modifier and Type | Method and Description |
---|---|
RangeTombstone.Bound |
RangeTombstone.Bound.copy(AbstractAllocator allocator) |
RangeTombstone.Bound |
RangeTombstone.Bound.Serializer.deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
RangeTombstone.Bound |
ClusteringPrefix.Deserializer.deserializeNextBound() |
RangeTombstone.Bound |
RangeTombstone.Bound.Serializer.deserializeValues(DataInputPlus in,
ClusteringPrefix.Kind kind,
int version,
java.util.List<AbstractType<?>> types) |
static RangeTombstone.Bound |
RangeTombstone.Bound.exclusiveClose(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
static RangeTombstone.Bound |
RangeTombstone.Bound.exclusiveCloseInclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
static RangeTombstone.Bound |
RangeTombstone.Bound.exclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
static RangeTombstone.Bound |
RangeTombstone.Bound.fromSliceBound(Slice.Bound sliceBound) |
static RangeTombstone.Bound |
RangeTombstone.Bound.inclusiveClose(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
static RangeTombstone.Bound |
RangeTombstone.Bound.inclusiveCloseExclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
static RangeTombstone.Bound |
RangeTombstone.Bound.inclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues) |
RangeTombstone.Bound |
RangeTombstone.Bound.withNewKind(ClusteringPrefix.Kind kind) |
Modifier and Type | Method and Description |
---|---|
void |
RangeTombstone.Bound.Serializer.serialize(RangeTombstone.Bound bound,
DataOutputPlus out,
int version,
java.util.List<AbstractType<?>> types) |
long |
RangeTombstone.Bound.Serializer.serializedSize(RangeTombstone.Bound bound,
int version,
java.util.List<AbstractType<?>> types) |
Modifier and Type | Field and Description |
---|---|
protected RangeTombstone.Bound |
AbstractRangeTombstoneMarker.bound |
Modifier and Type | Method and Description |
---|---|
RangeTombstone.Bound |
RangeTombstoneBoundMarker.closeBound(boolean reversed) |
RangeTombstone.Bound |
RangeTombstoneBoundaryMarker.closeBound(boolean reversed) |
RangeTombstone.Bound |
RangeTombstoneMarker.closeBound(boolean reversed) |
RangeTombstone.Bound |
AbstractRangeTombstoneMarker.clustering() |
RangeTombstone.Bound |
RangeTombstoneMarker.clustering() |
RangeTombstone.Bound |
RangeTombstoneBoundMarker.openBound(boolean reversed) |
RangeTombstone.Bound |
RangeTombstoneBoundaryMarker.openBound(boolean reversed) |
RangeTombstone.Bound |
RangeTombstoneMarker.openBound(boolean reversed) |
Modifier and Type | Method and Description |
---|---|
RangeTombstoneMarker |
UnfilteredSerializer.deserializeMarkerBody(DataInputPlus in,
SerializationHeader header,
RangeTombstone.Bound bound) |
Constructor and Description |
---|
AbstractRangeTombstoneMarker(RangeTombstone.Bound bound) |
RangeTombstoneBoundaryMarker(RangeTombstone.Bound bound,
DeletionTime endDeletion,
DeletionTime startDeletion) |
RangeTombstoneBoundMarker(RangeTombstone.Bound bound,
DeletionTime deletion) |
Copyright © 2020 The Apache Software Foundation