Uses of Interface
org.hibernate.search.engine.backend.work.execution.spi.IndexIndexingPlan
-
-
Uses of IndexIndexingPlan in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanIndexManagerBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.elasticsearch.work.execution.impl
Classes in org.hibernate.search.backend.elasticsearch.work.execution.impl that implement IndexIndexingPlan Modifier and Type Class Description classElasticsearchIndexIndexingPlanMethods in org.hibernate.search.backend.elasticsearch.work.execution.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanWorkExecutionBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanIndexManagerBackendContext. createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)IndexIndexingPlanLuceneIndexManagerImpl. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.backend.lucene.work.execution.impl
Classes in org.hibernate.search.backend.lucene.work.execution.impl that implement IndexIndexingPlan Modifier and Type Class Description classLuceneIndexIndexingPlanMethods in org.hibernate.search.backend.lucene.work.execution.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanWorkExecutionBackendContext. createIndexingPlan(WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanIndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanMappedIndexManagerImpl. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanMappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanPojoIndexedTypeManager. createIndexingPlan(PojoWorkSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of IndexIndexingPlan in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return IndexIndexingPlan Modifier and Type Method Description IndexIndexingPlanPojoWorkIndexedTypeContext. createIndexingPlan(PojoWorkSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)
-