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

Packages that use RAMFile
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
protected  Map<String,RAMFile> RAMDirectory.fileMap
           
 

Methods in org.apache.lucene.store that return RAMFile
protected  RAMFile RAMDirectory.newRAMFile()
          Returns a new RAMFile for storing data.
 

Constructors in org.apache.lucene.store with parameters of type RAMFile
RAMInputStream(RAMFile f)
          Deprecated. 
RAMInputStream(String name, RAMFile f)
           
RAMOutputStream(RAMFile f)
           
 



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