Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
Packages that use ByteBuffersDataOutput
Package
Description
BlockTree terms dictionary.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Components from the Lucene 8.4 index format.
Lucene 8.7 file format.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Binary i/o API, used for all index data.
Block KD-tree, implementing the generic spatial data structure described in
this paper.
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree with type parameters of type ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final List<ByteBuffersDataOutput> BlockTreeTermsWriter.fields -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputCompressingStoredFieldsWriter.bufferedDocs -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate voidLucene80DocValuesConsumer.writeBlock(long[] values, int length, long gcd, ByteBuffersDataOutput buffer) -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputLucene84SkipWriter.freqNormOut -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as ByteBuffersDataOutputModifier and TypeFieldDescription(package private) final ByteBuffersDataOutputLZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor.compressed -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprotected final ByteBuffersDataOutputBlockWriter.blockLinesWriteBufferprotected final ByteBuffersDataOutputBlockWriter.blockWriteBufferprotected final ByteBuffersDataOutputBlockWriter.termStatesWriteBufferMethods in org.apache.lucene.codecs.uniformsplit with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprotected voidUniformSplitTermsWriter.writeEncodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput) protected voidUniformSplitTermsWriter.writeFieldsMetadata(int fieldsNumber, ByteBuffersDataOutput fieldsOutput) protected voidUniformSplitTermsWriter.writeUnencodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput) -
Uses of ByteBuffersDataOutput in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputFreqProxTermsWriter.SortingPostingsEnum.buffer -
Uses of ByteBuffersDataOutput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataOutputFields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final Supplier<ByteBuffersDataOutput> ByteBuffersDirectory.bbOutputSupplierA supplier ofByteBuffersDataOutputinstances used to buffer up the content of written files.private final Consumer<ByteBuffersDataOutput> ByteBuffersIndexOutput.onClosestatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAYstatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERSstatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS_LUCENEstatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFERprivate final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.outputToInputConversion between a buffered index output and the corresponding index input for a given file.Methods in org.apache.lucene.store that return ByteBuffersDataOutputModifier and TypeMethodDescriptionstatic ByteBuffersDataOutputByteBuffersDataOutput.newResettableInstance()Method parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutputModifier and TypeMethodDescription(package private) final IndexOutputByteBuffersDirectory.FileEntry.createOutput(BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataOutputModifierConstructorDescriptionByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name) ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name, Checksum checksum, Consumer<ByteBuffersDataOutput> onClose) Constructor parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutputModifierConstructorDescriptionByteBuffersDirectory(LockFactory factory, Supplier<ByteBuffersDataOutput> bbOutputSupplier, BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) ByteBuffersDirectory(LockFactory factory, Supplier<ByteBuffersDataOutput> bbOutputSupplier, BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name, Checksum checksum, Consumer<ByteBuffersDataOutput> onClose) -
Uses of ByteBuffersDataOutput in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as ByteBuffersDataOutputMethods in org.apache.lucene.util.bkd with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate intBKDWriter.appendBlock(ByteBuffersDataOutput writeBuffer, List<byte[]> blocks) Appends the current contents of writeBuffer as another block on the growing in-memory fileprivate intBKDWriter.recursePackIndex(ByteBuffersDataOutput writeBuffer, BKDWriter.BKDTreeLeafNodes leafNodes, long minBlockFP, List<byte[]> blocks, byte[] lastSplitValues, boolean[] negativeDeltas, boolean isLeft, int leavesOffset, int numLeaves) lastSplitValues is per-dimension split value previously seen; we use this to prefix-code the split byte[] on each inner node