public class MonotonicBlockPackedReader extends LongValues implements Accountable
MonotonicBlockPackedWriter
.IDENTITY
Modifier and Type | Method and Description |
---|---|
protected long |
decodeDelta(long delta) |
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
|
get
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
protected long decodeDelta(long delta)
public long size()
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.