Package | Description |
---|---|
org.apache.lucene.codecs.lucene80 |
Lucene 8.0 file format.
|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Method and Description |
---|---|
private void |
Lucene80DocValuesConsumer.writeBlock(long[] values,
int length,
long gcd,
ByteBuffersDataOutput buffer) |
Modifier and Type | Field and Description |
---|---|
private ByteBuffersDataOutput |
ByteBuffersIndexOutput.delegate |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Supplier<ByteBuffersDataOutput> |
ByteBuffersDirectory.bbOutputSupplier
A supplier of
ByteBuffersDataOutput instances used to buffer up
the content of written files. |
private java.util.function.Consumer<ByteBuffersDataOutput> |
ByteBuffersIndexOutput.onClose |
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAY |
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS |
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS_LUCENE |
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFER |
private java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> |
ByteBuffersDirectory.outputToInput
Conversion between a buffered index output and the corresponding index input
for a given file.
|
Modifier and Type | Method and Description |
---|---|
static ByteBuffersDataOutput |
ByteBuffersDataOutput.newResettableInstance() |
Modifier and Type | Method and Description |
---|---|
(package private) IndexOutput |
ByteBuffersDirectory.FileEntry.createOutput(java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput) |
Constructor and 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 and 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) |