public static class LegacyLayout.LegacyRangeTombstone extends java.lang.Object implements LegacyLayout.LegacyAtom
This is used as a temporary object to facilitate dealing with the legacy format, this is not meant to be optimal.
Modifier and Type | Field and Description |
---|---|
DeletionTime |
deletionTime |
LegacyLayout.LegacyBound |
start |
LegacyLayout.LegacyBound |
stop |
Modifier and Type | Method and Description |
---|---|
LegacyLayout.LegacyCell |
asCell() |
LegacyLayout.LegacyRangeTombstone |
asRangeTombstone() |
ClusteringPrefix |
clustering() |
boolean |
isCell() |
boolean |
isCollectionTombstone() |
boolean |
isRowDeletion(CFMetaData metadata) |
boolean |
isStatic() |
java.lang.String |
toString() |
public final LegacyLayout.LegacyBound start
public final LegacyLayout.LegacyBound stop
public final DeletionTime deletionTime
public ClusteringPrefix clustering()
clustering
in interface LegacyLayout.LegacyAtom
public boolean isCell()
isCell
in interface LegacyLayout.LegacyAtom
public boolean isStatic()
isStatic
in interface LegacyLayout.LegacyAtom
public LegacyLayout.LegacyCell asCell()
asCell
in interface LegacyLayout.LegacyAtom
public LegacyLayout.LegacyRangeTombstone asRangeTombstone()
asRangeTombstone
in interface LegacyLayout.LegacyAtom
public boolean isCollectionTombstone()
public boolean isRowDeletion(CFMetaData metadata)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation