Uses of Class
org.apache.lucene.store.RAMFile
Packages that use RAMFile
Package
Description
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of RAMFile in org.apache.lucene.index
Fields in org.apache.lucene.index declared as RAMFileModifier and TypeFieldDescription(package private) final RAMFilePrefixCodedTerms.bufferprivate RAMFilePrefixCodedTerms.Builder.bufferConstructors in org.apache.lucene.index with parameters of type RAMFileModifierConstructorDescriptionprivatePrefixCodedTerms(RAMFile buffer, long size) privateTermIterator(long delGen, RAMFile buffer) -
Uses of RAMFile in org.apache.lucene.store
Fields in org.apache.lucene.store declared as RAMFileModifier and TypeFieldDescriptionprivate final RAMFileRAMInputStream.fileDeprecated.private final RAMFileRAMOutputStream.fileDeprecated.Fields in org.apache.lucene.store with type parameters of type RAMFileMethods in org.apache.lucene.store that return RAMFileModifier and TypeMethodDescriptionprotected RAMFileRAMDirectory.newRAMFile()Deprecated.Returns a newRAMFilefor storing data.Constructors in org.apache.lucene.store with parameters of type RAMFileModifierConstructorDescriptionRAMInputStream(String name, RAMFile f) Deprecated.(package private)RAMInputStream(String name, RAMFile f, long length) Deprecated.RAMOutputStream(String name, RAMFile f, boolean checksum) Deprecated.Creates this, with specified name.RAMOutputStream(RAMFile f, boolean checksum) Deprecated.Creates this, with no name.