Uses of Interface
org.hibernate.search.store.DirectoryProvider

Packages that use DirectoryProvider
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
org.hibernate.search.engine   
org.hibernate.search.event   
org.hibernate.search.store   
 

Uses of DirectoryProvider in org.hibernate.search.backend
 

Constructor parameters in org.hibernate.search.backend with type arguments of type DirectoryProvider
Workspace(Map<Class,DocumentBuilder<Object>> documentBuilders, Map<DirectoryProvider,java.util.concurrent.locks.ReentrantLock> lockableDirectoryProviders)
           
 

Uses of DirectoryProvider in org.hibernate.search.backend.impl
 

Constructor parameters in org.hibernate.search.backend.impl with type arguments of type DirectoryProvider
BatchLuceneWorkQueue(Map<Class,DocumentBuilder<Object>> documentBuilders, Map<DirectoryProvider,java.util.concurrent.locks.ReentrantLock> lockableDirectoryProviders)
           
 

Uses of DirectoryProvider in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine that return DirectoryProvider
 DirectoryProvider DocumentBuilder.getDirectoryProvider()
           
 

Constructors in org.hibernate.search.engine with parameters of type DirectoryProvider
DocumentBuilder(XClass clazz, org.apache.lucene.analysis.Analyzer analyzer, DirectoryProvider directory, ReflectionManager reflectionManager)
           
 

Uses of DirectoryProvider in org.hibernate.search.event
 

Methods in org.hibernate.search.event that return types with arguments of type DirectoryProvider
 Map<DirectoryProvider,java.util.concurrent.locks.ReentrantLock> FullTextIndexEventListener.getLockableDirectoryProviders()
           
 

Uses of DirectoryProvider in org.hibernate.search.store
 

Classes in org.hibernate.search.store that implement DirectoryProvider
 class FSDirectoryProvider
          Use a Lucene FSDirectory The base directory is represented by hibernate.search.
 class RAMDirectoryProvider
          Use a Lucene RAMDirectory
 

Fields in org.hibernate.search.store with type parameters of type DirectoryProvider
 List<DirectoryProvider<?>> DirectoryProviderFactory.providers
           
 

Methods in org.hibernate.search.store that return DirectoryProvider
 DirectoryProvider<?> DirectoryProviderFactory.createDirectoryProvider(XClass entity, org.hibernate.cfg.Configuration cfg)