Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » store » [javadoc | source]
org.hibernate.search.store
public class: RAMDirectoryProvider [javadoc | source]
java.lang.Object
   org.hibernate.search.store.RAMDirectoryProvider

All Implemented Interfaces:
    DirectoryProvider

Use a Lucene RAMDirectory
Method from org.hibernate.search.store.RAMDirectoryProvider Summary:
equals,   getDirectory,   hashCode,   initialize,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.store.RAMDirectoryProvider Detail:
 public boolean equals(Object obj) 
 public RAMDirectory getDirectory() 
 public int hashCode() 
 public  void initialize(String directoryProviderName,
    Properties properties,
    SearchFactoryImplementor searchFactoryImplementor) 
 public  void start() 
 public  void stop()