Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
Packages that use AutomaticIndexingQueueEventSendingPlan
Package
Description
-
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.automaticindexing.impl
Constructors in org.hibernate.search.mapper.orm.automaticindexing.impl with parameters of type AutomaticIndexingQueueEventSendingPlanModifierConstructorDescription -
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.coordination.common.spi
Method parameters in org.hibernate.search.mapper.orm.coordination.common.spi with type arguments of type AutomaticIndexingQueueEventSendingPlanModifier and TypeMethodDescriptionvoidCoordinationConfigurationContext.sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction) Requests that indexing events be sent to a queue. -
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.coordination.impl
Method parameters in org.hibernate.search.mapper.orm.coordination.impl with type arguments of type AutomaticIndexingQueueEventSendingPlanModifier and TypeMethodDescriptionvoidCoordinationConfigurationContextImpl.sendIndexingEventsTo(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction) -
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.session.impl
Constructor parameters in org.hibernate.search.mapper.orm.session.impl with type arguments of type AutomaticIndexingQueueEventSendingPlanModifierConstructorDescriptionConfiguredAutomaticIndexingStrategy(Function<AutomaticIndexingEventSendingSessionContext, AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction)