public static interface LegacyLayout.LegacyAtom
Modifier and Type | Method and Description |
---|---|
LegacyLayout.LegacyCell |
asCell() |
LegacyLayout.LegacyRangeTombstone |
asRangeTombstone() |
ClusteringPrefix |
clustering() |
boolean |
isCell() |
boolean |
isRowAtom(CFMetaData metadata)
Whether the atom is one that becomes part of a
Row in the new storage engine, meaning it is either
as cell or a legacy range tombstone that covers a single row, or parts of one. |
boolean |
isStatic() |
boolean isCell()
ClusteringPrefix clustering()
boolean isStatic()
LegacyLayout.LegacyCell asCell()
LegacyLayout.LegacyRangeTombstone asRangeTombstone()
boolean isRowAtom(CFMetaData metadata)
Row
in the new storage engine, meaning it is either
as cell or a legacy range tombstone that covers a single row, or parts of one.Copyright © 2021 The Apache Software Foundation