Uses of Interface
org.apache.lucene.store.RandomAccessInput
-
Packages that use RandomAccessInput Package Description org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of RandomAccessInput in org.apache.lucene.store
Classes in org.apache.lucene.store that implement RandomAccessInput Modifier and Type Class Description classBufferedIndexInputBase implementation class for bufferedIndexInput.classByteBufferIndexInputBase IndexInput implementation that uses an array of ByteBuffers to represent a file.classByteBuffersDataInputclassByteBuffersIndexInputMethods in org.apache.lucene.store that return RandomAccessInput Modifier and Type Method Description RandomAccessInputByteBuffersIndexInput. randomAccessSlice(long offset, long length)RandomAccessInputIndexInput. randomAccessSlice(long offset, long length)Creates a random-access slice of this index input, with the given offset and length. -
Uses of RandomAccessInput in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed with parameters of type RandomAccessInput Modifier and Type Method Description static DirectMonotonicReaderDirectMonotonicReader. getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data)Retrieves an instance from the specified slice.static LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue)Retrieves an instance from the specified slice written decodingbitsPerValuefor each valuestatic LongValuesDirectReader. getInstance(RandomAccessInput slice, int bitsPerValue, long offset)Retrieves an instance from the specifiedoffsetof the given slice decodingbitsPerValuefor each value
-