Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
-
Packages that use ByteBuffersDataOutput Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.List<ByteBuffersDataOutput>BlockTreeTermsWriter. fields -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private 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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutputLucene84SkipWriter. freqNormOut -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteBuffersDataOutput Modifier and Type Field Description protected ByteBuffersDataOutputBlockWriter. blockLinesWriteBufferprotected ByteBuffersDataOutputBlockWriter. blockWriteBufferprotected ByteBuffersDataOutputBlockWriter. termStatesWriteBufferMethods in org.apache.lucene.codecs.uniformsplit with parameters of type ByteBuffersDataOutput Modifier and Type Method Description protected voidUniformSplitTermsWriter. writeEncodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput)protected voidUniformSplitTermsWriter. writeFieldsMetadata(int fieldsNumber, ByteBuffersDataOutput fieldsOutput)protected voidUniformSplitTermsWriter. writeUnencodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput) -
Uses of ByteBuffersDataOutput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutputByteBuffersIndexOutput. delegateFields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.function.Supplier<ByteBuffersDataOutput>ByteBuffersDirectory. bbOutputSupplierA supplier ofByteBuffersDataOutputinstances used to buffer up the content of written files.private java.util.function.Consumer<ByteBuffersDataOutput>ByteBuffersIndexOutput. onClosestatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_BYTE_ARRAYstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERSstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERS_LUCENEstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_ONE_BUFFERprivate java.util.function.BiFunction<java.lang.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 ByteBuffersDataOutput Modifier and Type Method Description static ByteBuffersDataOutputByteBuffersDataOutput. newResettableInstance()Method parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutput Modifier and Type Method Description (package private) IndexOutputByteBuffersDirectory.FileEntry. createOutput(java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataOutput Constructor Description ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name)ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name, java.util.zip.Checksum checksum, java.util.function.Consumer<ByteBuffersDataOutput> onClose)Constructor parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutput Constructor Description ByteBuffersDirectory(LockFactory factory, java.util.function.Supplier<ByteBuffersDataOutput> bbOutputSupplier, java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)ByteBuffersDirectory(LockFactory factory, java.util.function.Supplier<ByteBuffersDataOutput> bbOutputSupplier, java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name, java.util.zip.Checksum checksum, java.util.function.Consumer<ByteBuffersDataOutput> onClose)
-