Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.index.impl.IndexAccessor
-
-
Uses of IndexAccessor in org.hibernate.search.backend.lucene.lowlevel.index.impl
Classes in org.hibernate.search.backend.lucene.lowlevel.index.impl that implement IndexAccessor Modifier and Type Class Description classIndexAccessorImpl -
Uses of IndexAccessor in org.hibernate.search.backend.lucene.orchestration.impl
Methods in org.hibernate.search.backend.lucene.orchestration.impl that return IndexAccessor Modifier and Type Method Description IndexAccessorIndexAccessorWorkExecutionContext. getIndexAccessor()Constructors in org.hibernate.search.backend.lucene.orchestration.impl with parameters of type IndexAccessor Constructor Description LuceneBatchedWorkProcessor(EventContext eventContext, IndexAccessor indexAccessor)LuceneParallelWorkOrchestratorImpl(String name, EventContext eventContext, IndexAccessor indexAccessor, BackendThreads threads) -
Uses of IndexAccessor in org.hibernate.search.backend.lucene.work.impl
Methods in org.hibernate.search.backend.lucene.work.impl that return IndexAccessor Modifier and Type Method Description IndexAccessorIndexManagementWorkExecutionContext. getIndexAccessor()
-