public final class DirectMonotonicReader extends Object
DirectMonotonicWriter
.DirectMonotonicWriter
Modifier and Type | Class and Description |
---|---|
static class |
DirectMonotonicReader.Meta
In-memory metadata that needs to be kept around for
DirectMonotonicReader to read data from disk. |
Constructor and Description |
---|
DirectMonotonicReader() |
Modifier and Type | Method and Description |
---|---|
static LongValues |
getInstance(DirectMonotonicReader.Meta meta,
RandomAccessInput data)
Retrieves an instance from the specified slice.
|
static DirectMonotonicReader.Meta |
loadMeta(IndexInput metaIn,
long numValues,
int blockShift)
Load metadata from the given
IndexInput . |
public static DirectMonotonicReader.Meta loadMeta(IndexInput metaIn, long numValues, int blockShift) throws IOException
IndexInput
.IOException
getInstance(Meta, RandomAccessInput)
public static LongValues getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data) throws IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.