Uses of Interface
org.hibernate.search.backend.lucene.work.impl.IndexingWork
-
Packages that use IndexingWork Package Description org.hibernate.search.backend.lucene.orchestration.impl org.hibernate.search.backend.lucene.work.impl -
-
Uses of IndexingWork in org.hibernate.search.backend.lucene.orchestration.impl
Fields in org.hibernate.search.backend.lucene.orchestration.impl declared as IndexingWork Modifier and Type Field Description IndexingWork<T>LuceneBatchedWork. workMethods in org.hibernate.search.backend.lucene.orchestration.impl with parameters of type IndexingWork Modifier and Type Method Description <T> TLuceneBatchedWorkProcessor. submit(IndexingWork<T> work)default <T> voidLuceneSerialWorkOrchestrator. submit(CompletableFuture<T> future, IndexingWork<T> work, OperationSubmitter operationSubmitter) -
Uses of IndexingWork in org.hibernate.search.backend.lucene.work.impl
Subinterfaces of IndexingWork in org.hibernate.search.backend.lucene.work.impl Modifier and Type Interface Description interfaceSingleDocumentIndexingWorkClasses in org.hibernate.search.backend.lucene.work.impl that implement IndexingWork Modifier and Type Class Description classAbstractIndexingWork<T>classAbstractSingleDocumentIndexingWorkclassAddEntryWorkclassDeleteEntryWorkclassUpdateEntryWork
-