public static class LegacyLayout.LegacyDeletionInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LegacyLayout.LegacyDeletionInfo.Serializer |
Modifier and Type | Field and Description |
---|---|
DeletionInfo |
deletionInfo |
static LegacyLayout.LegacyDeletionInfo.Serializer |
serializer |
Modifier and Type | Method and Description |
---|---|
static LegacyLayout.LegacyDeletionInfo |
from(DeletionInfo info) |
java.util.Iterator<LegacyLayout.LegacyRangeTombstone> |
inRowRangeTombstones() |
static LegacyLayout.LegacyDeletionInfo |
live() |
public static final LegacyLayout.LegacyDeletionInfo.Serializer serializer
public final DeletionInfo deletionInfo
public static LegacyLayout.LegacyDeletionInfo from(DeletionInfo info)
public static LegacyLayout.LegacyDeletionInfo live()
public java.util.Iterator<LegacyLayout.LegacyRangeTombstone> inRowRangeTombstones()
Copyright © 2015 The Apache Software Foundation