public class RangeTombstoneBoundMarker extends AbstractRangeTombstoneMarker
RangeTombstoneMarker.Merger
Unfiltered.Kind
bound
Constructor and Description |
---|
RangeTombstoneBoundMarker(RangeTombstone.Bound bound,
DeletionTime deletion) |
RangeTombstoneBoundMarker(Slice.Bound bound,
DeletionTime deletion) |
Modifier and Type | Method and Description |
---|---|
RangeTombstone.Bound |
closeBound(boolean reversed) |
DeletionTime |
closeDeletionTime(boolean reversed) |
boolean |
closeIsInclusive(boolean reversed) |
RangeTombstoneBoundMarker |
copy(AbstractAllocator allocator) |
DeletionTime |
deletionTime()
The deletion time for the range tombstone this is a bound of.
|
void |
digest(java.security.MessageDigest digest)
Digest the atom using the provided
MessageDigest . |
boolean |
equals(java.lang.Object other) |
static RangeTombstoneBoundMarker |
exclusiveClose(boolean reversed,
java.nio.ByteBuffer[] boundValues,
DeletionTime deletion) |
static RangeTombstoneBoundMarker |
exclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues,
DeletionTime deletion) |
int |
hashCode() |
static RangeTombstoneBoundMarker |
inclusiveClose(boolean reversed,
java.nio.ByteBuffer[] boundValues,
DeletionTime deletion) |
static RangeTombstoneBoundMarker |
inclusiveOpen(boolean reversed,
java.nio.ByteBuffer[] boundValues,
DeletionTime deletion) |
boolean |
isBoundary() |
RangeTombstone.Bound |
openBound(boolean reversed) |
DeletionTime |
openDeletionTime(boolean reversed) |
boolean |
openIsInclusive(boolean reversed) |
java.lang.String |
toString(CFMetaData metadata) |
RangeTombstoneBoundMarker |
withNewOpeningDeletionTime(boolean reversed,
DeletionTime newDeletionTime) |
clustering, isClose, isOpen, kind, toString, toString, validateData
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isEmpty
isRangeTombstoneMarker, isRow
public RangeTombstoneBoundMarker(RangeTombstone.Bound bound, DeletionTime deletion)
public RangeTombstoneBoundMarker(Slice.Bound bound, DeletionTime deletion)
public static RangeTombstoneBoundMarker inclusiveOpen(boolean reversed, java.nio.ByteBuffer[] boundValues, DeletionTime deletion)
public static RangeTombstoneBoundMarker exclusiveOpen(boolean reversed, java.nio.ByteBuffer[] boundValues, DeletionTime deletion)
public static RangeTombstoneBoundMarker inclusiveClose(boolean reversed, java.nio.ByteBuffer[] boundValues, DeletionTime deletion)
public static RangeTombstoneBoundMarker exclusiveClose(boolean reversed, java.nio.ByteBuffer[] boundValues, DeletionTime deletion)
public boolean isBoundary()
isBoundary
in interface RangeTombstoneMarker
isBoundary
in class AbstractRangeTombstoneMarker
public DeletionTime deletionTime()
public DeletionTime openDeletionTime(boolean reversed)
public DeletionTime closeDeletionTime(boolean reversed)
public boolean openIsInclusive(boolean reversed)
public boolean closeIsInclusive(boolean reversed)
public RangeTombstone.Bound openBound(boolean reversed)
public RangeTombstone.Bound closeBound(boolean reversed)
public RangeTombstoneBoundMarker copy(AbstractAllocator allocator)
public RangeTombstoneBoundMarker withNewOpeningDeletionTime(boolean reversed, DeletionTime newDeletionTime)
public void digest(java.security.MessageDigest digest)
Unfiltered
MessageDigest
.digest
- the MessageDigest
to use.public java.lang.String toString(CFMetaData metadata)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2017 The Apache Software Foundation