public final class DirectMonotonicReader
extends java.lang.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 java.io.IOException
IndexInput.java.io.IOExceptiongetInstance(Meta, RandomAccessInput)public static LongValues getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data) throws java.io.IOException
java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.