Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
Packages that use ByteBuffersDataOutput
-
Uses of ByteBuffersDataOutput in org.apache.lucene.store
Fields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutputModifier and TypeFieldDescriptionstatic final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAY
static final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS
static final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFER
Methods in org.apache.lucene.store that return ByteBuffersDataOutputModifier and TypeMethodDescriptionstatic ByteBuffersDataOutput
ByteBuffersDataOutput.newResettableInstance()
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)