Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Field and Description |
---|---|
static BiFunction<String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAY |
static BiFunction<String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS |
static BiFunction<String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS_LUCENE |
static BiFunction<String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFER |
Modifier and Type | Method and Description |
---|---|
static ByteBuffersDataOutput |
ByteBuffersDataOutput.newResettableInstance() |
Constructor and Description |
---|
ByteBuffersIndexOutput(ByteBuffersDataOutput delegate,
String resourceDescription,
String name) |
ByteBuffersIndexOutput(ByteBuffersDataOutput delegate,
String resourceDescription,
String name,
Checksum checksum,
Consumer<ByteBuffersDataOutput> onClose) |
Constructor and Description |
---|
ByteBuffersDirectory(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) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.