Binary i/o API, used for all index data.
See: Description
Class Summary | |
---|---|
BufferedIndexInput | Base implementation class for buffered {@link IndexInput}. |
BufferedIndexOutput | Base implementation class for buffered {@link IndexOutput}. |
Directory | A Directory is a flat list of files. |
FSDirectory | Straightforward implementation of {@link Directory} as a directory of files. |
IndexInput | Abstract base class for input from a file in a {@link Directory}. |
IndexOutput | Abstract base class for output to a file in a Directory. |
InputStream | |
Lock | An interprocess mutex lock. |
Lock.With | Utility class for executing code with exclusive access. |
MMapDirectory | File-based {@link Directory} implementation that uses mmap for input. |
OutputStream | |
RAMDirectory | A memory-resident {@link Directory} implementation. |
RAMOutputStream | A memory-resident {@link IndexOutput} implementation. |