Package org.apache.cassandra.db.rows
Class ArtificialBoundMarker
java.lang.Object
org.apache.cassandra.db.rows.AbstractRangeTombstoneMarker<ClusteringBound<?>>
org.apache.cassandra.db.rows.RangeTombstoneBoundMarker
org.apache.cassandra.db.rows.ArtificialBoundMarker
- All Implemented Interfaces:
IMeasurableMemory,Clusterable,RangeTombstoneMarker,Unfiltered
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.db.rows.RangeTombstoneMarker
RangeTombstoneMarker.MergerNested classes/interfaces inherited from interface org.apache.cassandra.db.rows.Unfiltered
Unfiltered.Kind -
Field Summary
Fields inherited from class org.apache.cassandra.db.rows.AbstractRangeTombstoneMarker
bound -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.rows.RangeTombstoneBoundMarker
clone, closeBound, closeDeletionTime, closeIsInclusive, deletionTime, digest, exclusiveClose, exclusiveClose, exclusiveOpen, exclusiveOpen, hasInvalidDeletions, inclusiveClose, inclusiveClose, inclusiveOpen, inclusiveOpen, isBoundary, openBound, openDeletionTime, openIsInclusive, unsharedHeapSize, withNewOpeningDeletionTimeMethods inherited from class org.apache.cassandra.db.rows.AbstractRangeTombstoneMarker
clustering, isClose, isOpen, kind, toString, toString, validateDataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.db.rows.RangeTombstoneMarker
isEmptyMethods inherited from interface org.apache.cassandra.db.rows.Unfiltered
isRangeTombstoneMarker, isRow
-
Constructor Details
-
ArtificialBoundMarker
-
-
Method Details
-
equals
- Overrides:
equalsin classRangeTombstoneBoundMarker
-
hashCode
public int hashCode()- Overrides:
hashCodein classRangeTombstoneBoundMarker
-
toString
- Specified by:
toStringin interfaceUnfiltered- Overrides:
toStringin classRangeTombstoneBoundMarker
-