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 TypeMethodDescriptionvoidCompressionMode.DeflateCompressor.compress(ByteBuffersDataInput buffersInput, DataOutput out) voidCompressionMode.LZ4FastCompressor.compress(ByteBuffersDataInput buffersInput, DataOutput out) voidCompressionMode.LZ4HighCompressor.compress(ByteBuffersDataInput buffersInput, DataOutput out) abstract voidCompressor.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 TypeMethodDescriptionvoidDeflateWithPresetDictCompressionMode.DeflateWithPresetDictCompressor.compress(ByteBuffersDataInput buffersInput, DataOutput out) voidLZ4WithPresetDictCompressionMode.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 ByteBuffersDataInputPrefixCodedTerms.TermIterator.inputprivate ByteBuffersDataInputFreqProxTermsWriter.SortingPostingsEnum.postingInputConstructors 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 aByteBuffersDataInputfor the set of current buffers (ByteBuffersDataOutput.toBufferList()).Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataInputModifierConstructorDescriptionByteBuffersIndexInput(ByteBuffersDataInput in, String resourceDescription)