public class MonotonicBlockPackedReader extends LongValues implements Accountable
MonotonicBlockPackedWriter
.IDENTITY
Modifier and Type | Method and Description |
---|---|
long |
get(long index)
Get value at
index . |
static MonotonicBlockPackedReader |
of(IndexInput in,
int packedIntsVersion,
int blockSize,
long valueCount,
boolean direct)
Sole constructor.
|
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
long |
size()
Returns the number of values
|
String |
toString() |
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildResources
public static MonotonicBlockPackedReader of(IndexInput in, int packedIntsVersion, int blockSize, long valueCount, boolean direct) throws IOException
IOException
public long get(long index)
LongValues
index
.get
in class LongValues
public long size()
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.