Uses of Interface
org.hibernate.search.mapper.orm.automaticindexing.spi.AutomaticIndexingQueueEventSendingPlan
-
-
Uses of AutomaticIndexingQueueEventSendingPlan in org.hibernate.search.mapper.orm.automaticindexing.impl
Constructors in org.hibernate.search.mapper.orm.automaticindexing.impl with parameters of type AutomaticIndexingQueueEventSendingPlan Constructor Description HibernateOrmIndexingQueueEventSendingPlan(AutomaticIndexingQueueEventSendingPlan delegate) -
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 AutomaticIndexingQueueEventSendingPlan Modifier and Type Method Description voidCoordinationConfigurationContext. 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 AutomaticIndexingQueueEventSendingPlan Modifier and Type Method Description voidCoordinationConfigurationContextImpl. 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 AutomaticIndexingQueueEventSendingPlan Constructor Description ConfiguredAutomaticIndexingStrategy(Function<AutomaticIndexingEventSendingSessionContext,AutomaticIndexingQueueEventSendingPlan> senderFactory, boolean enlistsInTransaction)
-