Uses of Class
org.apache.cassandra.db.rows.RangeTombstoneBoundaryMarker
-
Packages that use RangeTombstoneBoundaryMarker Package Description org.apache.cassandra.db.rows -
-
Uses of RangeTombstoneBoundaryMarker in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return RangeTombstoneBoundaryMarker Modifier and Type Method Description RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. clone(ByteBufferCloner cloner)static <V> RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. exclusiveCloseInclusiveOpen(boolean reversed, ClusteringPrefix<V> from, DeletionTime closeDeletion, DeletionTime openDeletion)static <V> RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. exclusiveCloseInclusiveOpen(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime closeDeletion, DeletionTime openDeletion)static <V> RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. inclusiveCloseExclusiveOpen(boolean reversed, ClusteringPrefix<V> from, DeletionTime closeDeletion, DeletionTime openDeletion)static <V> RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. inclusiveCloseExclusiveOpen(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime closeDeletion, DeletionTime openDeletion)static <V1,V2>
RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. makeBoundary(boolean reversed, ClusteringBound<V1> close, ClusteringBound<V2> open, DeletionTime closeDeletion, DeletionTime openDeletion)RangeTombstoneBoundaryMarkerRangeTombstoneBoundaryMarker. withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime)
-