Searched defs:RAMDirectory (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DRAMDirectory.java50 public class RAMDirectory extends Directory implements Serializable { class in inherits:Directory,Serializable
58 // Lock acquisition sequence: RAMDirectory, then RAMFile
62 public RAMDirectory() { method in class:RAMDirectory
71 * Creates a new <code>RAMDirectory</code> instance from a different
87 * <p>Note that the resulting <code>RAMDirectory</code> instance is fully
91 * <code>RAMDirectory</code> instance.
96 public RAMDirectory(Directory dir) throws IOException { method in class:RAMDirectory
100 private RAMDirectory(Directory dir, boolean closeDir) throws IOException { method in class:RAMDirectory

Completed in 11 milliseconds