RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.clone(ByteBufferCloner cloner) |
static <V> RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.exclusiveCloseInclusiveOpen(boolean reversed,
ClusteringPrefix<V> from,
DeletionTime closeDeletion,
DeletionTime openDeletion) |
static <V> RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.exclusiveCloseInclusiveOpen(boolean reversed,
V[] boundValues,
ValueAccessor<V> accessor,
DeletionTime closeDeletion,
DeletionTime openDeletion) |
static <V> RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.inclusiveCloseExclusiveOpen(boolean reversed,
ClusteringPrefix<V> from,
DeletionTime closeDeletion,
DeletionTime openDeletion) |
static <V> RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.inclusiveCloseExclusiveOpen(boolean reversed,
V[] boundValues,
ValueAccessor<V> accessor,
DeletionTime closeDeletion,
DeletionTime openDeletion) |
static <V1,V2> RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.makeBoundary(boolean reversed,
ClusteringBound<V1> close,
ClusteringBound<V2> open,
DeletionTime closeDeletion,
DeletionTime openDeletion) |
RangeTombstoneBoundaryMarker |
RangeTombstoneBoundaryMarker.withNewOpeningDeletionTime(boolean reversed,
DeletionTime newDeletionTime) |