public final class IncrementalIndexRow extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EMPTY_ROW_INDEX |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
estimateBytesInMemory()
bytesInMemory estimates the size of IncrementalIndexRow key, it takes into account the timestamp(long),
dims(Object Array) and dimensionDescsList(List).
|
Object[] |
getDims() |
int |
getRowIndex() |
long |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public static final int EMPTY_ROW_INDEX
public long getTimestamp()
public Object[] getDims()
public int getRowIndex()
public long estimateBytesInMemory()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.