Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Field and Description |
---|---|
java.util.List<LegacyLayout.LegacyRangeTombstone> |
LegacyLayout.LegacyDeletionInfo.inRowTombstones |
Modifier and Type | Method and Description |
---|---|
LegacyLayout.LegacyRangeTombstone |
LegacyLayout.LegacyAtom.asRangeTombstone() |
LegacyLayout.LegacyRangeTombstone |
LegacyLayout.LegacyCell.asRangeTombstone() |
LegacyLayout.LegacyRangeTombstone |
LegacyLayout.LegacyRangeTombstone.asRangeTombstone() |
static LegacyLayout.LegacyRangeTombstone |
LegacyLayout.readLegacyRangeTombstoneBody(CFMetaData metadata,
DataInputPlus in,
java.nio.ByteBuffer boundname) |
LegacyLayout.LegacyRangeTombstone |
LegacyLayout.LegacyRangeTombstone.withNewEnd(LegacyLayout.LegacyBound newStop) |
LegacyLayout.LegacyRangeTombstone |
LegacyLayout.LegacyRangeTombstone.withNewStart(LegacyLayout.LegacyBound newStart) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<LegacyLayout.LegacyRangeTombstone> |
LegacyLayout.LegacyDeletionInfo.inRowRangeTombstones() |
Modifier and Type | Method and Description |
---|---|
void |
LegacyLayout.LegacyDeletionInfo.add(CFMetaData metadata,
LegacyLayout.LegacyRangeTombstone tombstone) |
Copyright © 2020 The Apache Software Foundation