Uses of Class
org.apache.lucene.store.ByteBuffersDataInput
Packages that use ByteBuffersDataInput
Package
Description
Compressing helper classes.
Lucene 9.0 file format.
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of ByteBuffersDataInput in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing with parameters of type ByteBuffersDataInputModifier and TypeMethodDescriptionvoid
CompressionMode.DeflateCompressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) void
CompressionMode.LZ4FastCompressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) void
CompressionMode.LZ4HighCompressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) abstract void
Compressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) Compress bytes intoout
. -
Uses of ByteBuffersDataInput in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 with parameters of type ByteBuffersDataInputModifier and TypeMethodDescriptionvoid
DeflateWithPresetDictCompressionMode.DeflateWithPresetDictCompressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) void
LZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor.compress
(ByteBuffersDataInput buffersInput, DataOutput out) -
Uses of ByteBuffersDataInput in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBuffersDataInputModifier and TypeFieldDescription(package private) final ByteBuffersDataInput
PrefixCodedTerms.TermIterator.input
private final ByteBuffersDataInput
FreqProxTermsWriter.SortingPostingsEnum.postingInput
Constructors in org.apache.lucene.index with parameters of type ByteBuffersDataInput -
Uses of ByteBuffersDataInput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataInputMethods in org.apache.lucene.store that return ByteBuffersDataInputModifier and TypeMethodDescriptionByteBuffersDataInput.slice
(long offset, long length) ByteBuffersDataOutput.toDataInput()
Return aByteBuffersDataInput
for the set of current buffers (ByteBuffersDataOutput.toBufferList()
).Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataInputModifierConstructorDescriptionByteBuffersIndexInput
(ByteBuffersDataInput in, String resourceDescription)