public static class IndexHelper.IndexInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexHelper.IndexInfo.Serializer |
Modifier and Type | Field and Description |
---|---|
DeletionTime |
endOpenMarker |
ClusteringPrefix |
firstName |
ClusteringPrefix |
lastName |
long |
offset |
long |
width |
Constructor and Description |
---|
IndexInfo(ClusteringPrefix firstName,
ClusteringPrefix lastName,
long offset,
long width,
DeletionTime endOpenMarker) |
Modifier and Type | Method and Description |
---|---|
long |
unsharedHeapSize() |
public final long offset
public final long width
public final ClusteringPrefix firstName
public final ClusteringPrefix lastName
public final DeletionTime endOpenMarker
public IndexInfo(ClusteringPrefix firstName, ClusteringPrefix lastName, long offset, long width, DeletionTime endOpenMarker)
Copyright © 2021 The Apache Software Foundation