Uses of Class
org.apache.cassandra.db.rows.RangeTombstoneBoundaryMarker
Packages that use RangeTombstoneBoundaryMarker
-
Uses of RangeTombstoneBoundaryMarker in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return RangeTombstoneBoundaryMarkerModifier and TypeMethodDescriptionRangeTombstoneBoundaryMarker.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> RangeTombstoneBoundaryMarker RangeTombstoneBoundaryMarker.makeBoundary(boolean reversed, ClusteringBound<V1> close, ClusteringBound<V2> open, DeletionTime closeDeletion, DeletionTime openDeletion) RangeTombstoneBoundaryMarker.withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime)