Uses of Class
org.apache.lucene.store.BaseDirectory

Packages that use BaseDirectory
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of BaseDirectory in org.apache.lucene.store
 

Subclasses of BaseDirectory in org.apache.lucene.store
 class CompoundFileDirectory
          Class for accessing a compound stream.
 class FileSwitchDirectory
          Expert: A Directory instance that switches files between two other Directory instances.
 class FSDirectory
          Base class for Directory implementations that store index files in the file system.
 class MMapDirectory
          File-based Directory implementation that uses mmap for reading, and FSDirectory.FSIndexOutput for writing.
 class NIOFSDirectory
          An FSDirectory implementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.
 class RAMDirectory
          A memory-resident Directory implementation.
 class SimpleFSDirectory
          A straightforward implementation of FSDirectory using java.io.RandomAccessFile.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.