public abstract class AbstractRangeTombstoneMarker extends java.lang.Object implements RangeTombstoneMarker
RangeTombstoneMarker.Merger
Unfiltered.Kind
Modifier and Type | Field and Description |
---|---|
protected RangeTombstone.Bound |
bound |
Modifier | Constructor and Description |
---|---|
protected |
AbstractRangeTombstoneMarker(RangeTombstone.Bound bound) |
Modifier and Type | Method and Description |
---|---|
RangeTombstone.Bound |
clustering() |
boolean |
isBoundary() |
boolean |
isClose(boolean reversed) |
boolean |
isOpen(boolean reversed) |
Unfiltered.Kind |
kind()
The kind of the atom: either row or range tombstone marker.
|
java.lang.String |
toString(CFMetaData metadata,
boolean fullDetails) |
java.lang.String |
toString(CFMetaData metadata,
boolean includeClusteringKeys,
boolean fullDetails) |
void |
validateData(CFMetaData metadata)
Validate the data of this atom.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeBound, closeDeletionTime, closeIsInclusive, copy, isEmpty, openBound, openDeletionTime, openIsInclusive, withNewOpeningDeletionTime
digest, isRangeTombstoneMarker, isRow, toString
protected final RangeTombstone.Bound bound
protected AbstractRangeTombstoneMarker(RangeTombstone.Bound bound)
public RangeTombstone.Bound clustering()
clustering
in interface Clusterable
clustering
in interface RangeTombstoneMarker
public Unfiltered.Kind kind()
Unfiltered
kind
in interface Unfiltered
public boolean isBoundary()
isBoundary
in interface RangeTombstoneMarker
public boolean isOpen(boolean reversed)
isOpen
in interface RangeTombstoneMarker
public boolean isClose(boolean reversed)
isClose
in interface RangeTombstoneMarker
public void validateData(CFMetaData metadata)
Unfiltered
validateData
in interface Unfiltered
metadata
- the metadata for the table this atom is part of.public java.lang.String toString(CFMetaData metadata, boolean fullDetails)
toString
in interface Unfiltered
public java.lang.String toString(CFMetaData metadata, boolean includeClusteringKeys, boolean fullDetails)
toString
in interface Unfiltered
Copyright © 2017 The Apache Software Foundation