java.lang.Object
org.apache.lucene.store.ByteBuffersDirectory.FileEntry
- Enclosing class:
ByteBuffersDirectory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final IndexOutput
createOutput
(BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) long
length()
-
Field Details
-
fileName
-
-
cachedLength
private volatile long cachedLength
-
-
Constructor Details
-
FileEntry
-
-
Method Details
-
length
public long length() -
openInput
- Throws:
IOException
-
createOutput
final IndexOutput createOutput(BiFunction<String, ByteBuffersDataOutput, throws IOExceptionIndexInput> outputToInput) - Throws:
IOException
-