public final class BlockPackedReader extends LongValues
BlockPackedWriter
.EMPTY
Constructor and Description |
---|
BlockPackedReader(IndexInput in,
int packedIntsVersion,
int blockSize,
long valueCount,
boolean direct)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
get(long index)
Get value at
index . |
long |
ramBytesUsed()
Returns approximate RAM bytes used
|
get
public BlockPackedReader(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 ramBytesUsed()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.