Uses of Class
org.hibernate.search.engine.backend.work.execution.DocumentRefreshStrategy
-
-
Uses of DocumentRefreshStrategy in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type DocumentRefreshStrategy Modifier and Type Method Description IndexIndexingPlanIndexManagerBackendContext. createIndexingPlan(ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.backend.elasticsearch.work.execution.impl
Constructors in org.hibernate.search.backend.elasticsearch.work.execution.impl with parameters of type DocumentRefreshStrategy Constructor Description ElasticsearchIndexIndexingPlan(ElasticsearchWorkFactory workFactory, ElasticsearchSerialWorkOrchestrator orchestrator, WorkExecutionIndexManagerContext indexManagerContext, BackendSessionContext sessionContext, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl that return DocumentRefreshStrategy Modifier and Type Method Description DocumentRefreshStrategyAbstractSingleDocumentIndexingWork. getRefreshStrategy()DocumentRefreshStrategyBulkableWork. getRefreshStrategy()Methods in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type DocumentRefreshStrategy Modifier and Type Method Description BAbstractSingleDocumentIndexingWork.AbstractBuilder. refresh(DocumentRefreshStrategy refreshStrategy)BulkWork.BuilderBulkWork.Builder. refresh(DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type DocumentRefreshStrategy 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 DocumentRefreshStrategy in org.hibernate.search.backend.lucene.work.execution.impl
Constructors in org.hibernate.search.backend.lucene.work.execution.impl with parameters of type DocumentRefreshStrategy Constructor Description LuceneIndexIndexingPlan(LuceneWorkFactory factory, WorkExecutionIndexManagerContext indexManagerContext, LuceneIndexEntryFactory indexEntryFactory, BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description IndexIndexingPlanIndexManagerImplementor. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.work.execution
Methods in org.hibernate.search.engine.backend.work.execution that return DocumentRefreshStrategy Modifier and Type Method Description static DocumentRefreshStrategyDocumentRefreshStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentRefreshStrategy[]DocumentRefreshStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description CompletableFuture<?>IndexIndexer. add(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Add a document to the index, assuming that the document is absent from the index.CompletableFuture<?>IndexIndexer. addOrUpdate(DocumentReferenceProvider referenceProvider, DocumentContributor documentContributor, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Update a document in the index, or add it if it's absent from the index.CompletableFuture<?>IndexIndexer. delete(DocumentReferenceProvider referenceProvider, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Delete a document from the index. -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.mapper.mapping.impl
Methods in org.hibernate.search.engine.mapper.mapping.impl with parameters of type DocumentRefreshStrategy Modifier and Type Method Description IndexIndexingPlanMappedIndexManagerImpl. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description IndexIndexingPlanMappedIndexManager. createIndexingPlan(BackendSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.orm.automaticindexing.session
Methods in org.hibernate.search.mapper.orm.automaticindexing.session with parameters of type DocumentRefreshStrategy Modifier and Type Method Description voidAutomaticIndexingSynchronizationConfigurationContext. documentRefreshStrategy(DocumentRefreshStrategy strategy)Deprecated. -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type DocumentRefreshStrategy Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegateImpl. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)IndexIndexingPlanPojoIndexedTypeManager. createIndexingPlan(PojoWorkSessionContext sessionContext, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanPojoMappingDelegateImpl. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description PojoIndexingQueueEventProcessingPlanPojoMappingDelegate. createEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanAbstractPojoMappingImplementor. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingPlanPojoMappingDelegate. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingQueueEventProcessingPlanAbstractPojoMappingImplementor. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.session.spi
Methods in org.hibernate.search.mapper.pojo.session.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description PojoIndexingPlanPojoSearchSessionMappingContext. createIndexingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)PojoIndexingQueueEventProcessingPlanPojoSearchSessionMappingContext. createIndexingQueueEventProcessingPlan(PojoWorkSessionContext context, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.work
Methods in org.hibernate.search.mapper.pojo.work with parameters of type DocumentRefreshStrategy Modifier and Type Method Description voidIndexingPlanSynchronizationStrategyConfigurationContext. documentRefreshStrategy(DocumentRefreshStrategy strategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type DocumentRefreshStrategy Constructor Description PojoIndexingPlanEventProcessingStrategy(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, PojoIndexingQueueEventSendingPlan sendingPlan)PojoIndexingPlanLocalStrategy(DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy) -
Uses of DocumentRefreshStrategy in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return DocumentRefreshStrategy Modifier and Type Method Description DocumentRefreshStrategyConfiguredIndexingPlanSynchronizationStrategy. documentRefreshStrategy()Methods in org.hibernate.search.mapper.pojo.work.spi with parameters of type DocumentRefreshStrategy Modifier and Type Method Description default CompletableFuture<?>PojoIndexer. add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)CompletableFuture<?>PojoIndexer. add(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Add an entity to the index, assuming that the entity is absent from the index.default CompletableFuture<?>PojoIndexer. addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)CompletableFuture<?>PojoIndexer. addOrUpdate(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Update an entity in the index, or add it if it's absent from the index.default CompletableFuture<?>PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)CompletableFuture<?>PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, Object entity, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Delete an entity from the index.default CompletableFuture<?>PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy)CompletableFuture<?>PojoIndexer. delete(PojoRawTypeIdentifier<?> typeIdentifier, Object providedId, DocumentRoutesDescriptor providedRoutes, DocumentCommitStrategy commitStrategy, DocumentRefreshStrategy refreshStrategy, OperationSubmitter operationSubmitter)Purge an entity from the index.voidConfiguredIndexingPlanSynchronizationStrategy.Builder. documentRefreshStrategy(DocumentRefreshStrategy strategy)
-