Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexerAgentCreateContext
Packages that use PojoMassIndexerAgentCreateContext
Package
Description
-
Uses of PojoMassIndexerAgentCreateContext in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi with parameters of type PojoMassIndexerAgentCreateContextModifier and TypeMethodDescriptionCoordinationStrategy.createMassIndexerAgent(PojoMassIndexerAgentCreateContext context) Creates aPojoMassIndexerAgent, able to exert control over other agents that could perform indexing concurrently (e.g. background processing of entity change events with outbox-polling coordination strategy). -
Uses of PojoMassIndexerAgentCreateContext in org.hibernate.search.mapper.orm.coordination.impl
Methods in org.hibernate.search.mapper.orm.coordination.impl with parameters of type PojoMassIndexerAgentCreateContextModifier and TypeMethodDescriptionNoCoordinationStrategy.createMassIndexerAgent(PojoMassIndexerAgentCreateContext context) -
Uses of PojoMassIndexerAgentCreateContext in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type PojoMassIndexerAgentCreateContextModifier and TypeMethodDescriptionHibernateOrmMapping.createMassIndexerAgent(PojoMassIndexerAgentCreateContext context) -
Uses of PojoMassIndexerAgentCreateContext in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi with parameters of type PojoMassIndexerAgentCreateContextModifier and TypeMethodDescriptionPojoMassIndexingMappingContext.createMassIndexerAgent(PojoMassIndexerAgentCreateContext context) Creates aPojoMassIndexerAgent, able to exert control over other agents that could perform indexing concurrently (e.g. indexing plans). -
Uses of PojoMassIndexerAgentCreateContext in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl with parameters of type PojoMassIndexerAgentCreateContextModifier and TypeMethodDescriptionInfinispanMapping.createMassIndexerAgent(PojoMassIndexerAgentCreateContext context)