public static class LegacyLayout.LegacyDeletionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MutableDeletionInfo |
deletionInfo |
java.util.List<LegacyLayout.LegacyRangeTombstone> |
inRowTombstones |
Modifier and Type | Method and Description |
---|---|
void |
add(CFMetaData metadata,
LegacyLayout.LegacyRangeTombstone tombstone) |
void |
add(CFMetaData metadata,
RangeTombstone tombstone) |
void |
add(DeletionTime topLevel) |
static LegacyLayout.LegacyDeletionInfo |
deserialize(CFMetaData metadata,
DataInputPlus in) |
java.util.Iterator<LegacyLayout.LegacyRangeTombstone> |
inRowRangeTombstones() |
static LegacyLayout.LegacyDeletionInfo |
live() |
public final MutableDeletionInfo deletionInfo
public final java.util.List<LegacyLayout.LegacyRangeTombstone> inRowTombstones
public static LegacyLayout.LegacyDeletionInfo live()
public void add(DeletionTime topLevel)
public void add(CFMetaData metadata, LegacyLayout.LegacyRangeTombstone tombstone)
public void add(CFMetaData metadata, RangeTombstone tombstone)
public java.util.Iterator<LegacyLayout.LegacyRangeTombstone> inRowRangeTombstones()
public static LegacyLayout.LegacyDeletionInfo deserialize(CFMetaData metadata, DataInputPlus in) throws java.io.IOException
java.io.IOException
Copyright © 2017 The Apache Software Foundation