public class MonotonicBlockPackedReader extends LongValues implements Accountable
MonotonicBlockPackedWriter.IDENTITY, ZEROES| 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
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildResourcespublic static MonotonicBlockPackedReader of(IndexInput in, int packedIntsVersion, int blockSize, long valueCount, boolean direct) throws java.io.IOException
java.io.IOExceptionpublic long get(long index)
LongValuesindex.get in class LongValuespublic long size()
public long ramBytesUsed()
AccountableramBytesUsed in interface Accountablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.