public static class LegacyLayout.LegacyDeletionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DeletionInfo |
deletionInfo |
java.util.List<LegacyLayout.LegacyRangeTombstone> |
inRowTombstones |
Modifier and Type | Method and Description |
---|---|
static LegacyLayout.LegacyDeletionInfo |
deserialize(CFMetaData metadata,
DataInputPlus in) |
static LegacyLayout.LegacyDeletionInfo |
from(DeletionInfo info) |
java.util.Iterator<LegacyLayout.LegacyRangeTombstone> |
inRowRangeTombstones() |
static LegacyLayout.LegacyDeletionInfo |
live() |
public final DeletionInfo deletionInfo
public final java.util.List<LegacyLayout.LegacyRangeTombstone> inRowTombstones
public static LegacyLayout.LegacyDeletionInfo from(DeletionInfo info)
public static LegacyLayout.LegacyDeletionInfo live()
public java.util.Iterator<LegacyLayout.LegacyRangeTombstone> inRowRangeTombstones()
public static LegacyLayout.LegacyDeletionInfo deserialize(CFMetaData metadata, DataInputPlus in) throws java.io.IOException
java.io.IOException
Copyright © 2015 The Apache Software Foundation