public static class DirectMonotonicReader.Meta extends java.lang.Object implements Accountable
DirectMonotonicReader
to read data from disk.Modifier and Type | Field and Description |
---|---|
(package private) float[] |
avgs |
private static long |
BASE_RAM_BYTES_USED |
(package private) int |
blockShift |
(package private) byte[] |
bpvs |
(package private) long[] |
mins |
(package private) int |
numBlocks |
(package private) long[] |
offsets |
Constructor and Description |
---|
Meta(long numValues,
int blockShift) |
Modifier and Type | Method and Description |
---|---|
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources
private static final long BASE_RAM_BYTES_USED
final int blockShift
final int numBlocks
final long[] mins
final float[] avgs
final byte[] bpvs
final long[] offsets
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable