public class RowIndexEntry extends java.lang.Object implements IMeasurableMemory
Modifier and Type | Class and Description |
---|---|
static class |
RowIndexEntry.Serializer |
Modifier and Type | Field and Description |
---|---|
long |
position |
Constructor and Description |
---|
RowIndexEntry(long position) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IndexHelper.IndexInfo> |
columnsIndex() |
static RowIndexEntry |
create(long position,
DeletionTime deletionTime,
ColumnIndex index) |
DeletionTime |
deletionTime() |
boolean |
isIndexed() |
protected int |
promotedSize(CType type) |
long |
unsharedHeapSize() |
protected int promotedSize(CType type)
public static RowIndexEntry create(long position, DeletionTime deletionTime, ColumnIndex index)
public boolean isIndexed()
public DeletionTime deletionTime()
public java.util.List<IndexHelper.IndexInfo> columnsIndex()
public long unsharedHeapSize()
unsharedHeapSize
in interface IMeasurableMemory
Copyright © 2016 The Apache Software Foundation