Uses of Class
org.apache.lucene.store.RAMFile
-
Packages that use RAMFile Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of RAMFile in org.apache.lucene.store
Fields in org.apache.lucene.store with type parameters of type RAMFile Modifier and Type Field Description protected Map<String,RAMFile>
RAMDirectory. fileMap
Methods in org.apache.lucene.store that return RAMFile Modifier and Type Method Description protected RAMFile
RAMDirectory. newRAMFile()
Returns a newRAMFile
for storing data.Constructors in org.apache.lucene.store with parameters of type RAMFile Constructor Description RAMInputStream(String name, RAMFile f)
RAMOutputStream(RAMFile f)
-