Uses of Class
org.apache.cassandra.db.rows.RangeTombstoneBoundMarker
Packages that use RangeTombstoneBoundMarker
-
Uses of RangeTombstoneBoundMarker in org.apache.cassandra.db.rows
Subclasses of RangeTombstoneBoundMarker in org.apache.cassandra.db.rowsMethods in org.apache.cassandra.db.rows that return RangeTombstoneBoundMarkerModifier and TypeMethodDescriptionRangeTombstoneBoundMarker.clone(ByteBufferCloner cloner) RangeTombstoneBoundaryMarker.createCorrespondingCloseMarker(boolean reversed) RangeTombstoneBoundaryMarker.createCorrespondingOpenMarker(boolean reversed) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.exclusiveClose(boolean reversed, ClusteringPrefix<V> from, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.exclusiveClose(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.exclusiveOpen(boolean reversed, ClusteringPrefix<V> from, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.exclusiveOpen(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.inclusiveClose(boolean reversed, ClusteringPrefix<V> from, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.inclusiveClose(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.inclusiveOpen(boolean reversed, ClusteringPrefix<V> from, DeletionTime deletion) static <V> RangeTombstoneBoundMarkerRangeTombstoneBoundMarker.inclusiveOpen(boolean reversed, V[] boundValues, ValueAccessor<V> accessor, DeletionTime deletion) RangeTombstoneBoundMarker.withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime)