Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureHandler
-
-
Uses of MassIndexingFailureHandler in org.hibernate.search.mapper.orm.massindexing
Subinterfaces of MassIndexingFailureHandler in org.hibernate.search.mapper.orm.massindexing Modifier and Type Interface Description interfaceMassIndexingFailureHandlerDeprecated.move toMassIndexingFailureHandler.Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingFailureHandler Modifier and Type Method Description MassIndexerMassIndexer. failureHandler(MassIndexingFailureHandler failureHandler)Sets theMassIndexingFailureHandler. -
Uses of MassIndexingFailureHandler in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type MassIndexingFailureHandler Modifier and Type Method Description MassIndexerHibernateOrmMassIndexer. failureHandler(MassIndexingFailureHandler failureHandler) -
Uses of MassIndexingFailureHandler in org.hibernate.search.mapper.pojo.massindexing.impl
Classes in org.hibernate.search.mapper.pojo.massindexing.impl that implement MassIndexingFailureHandler Modifier and Type Class Description classPojoMassIndexingDelegatingFailureHandlerclassPojoMassIndexingFailSafeFailureHandlerWrapperMethods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type MassIndexingFailureHandler Modifier and Type Method Description PojoDefaultMassIndexerPojoDefaultMassIndexer. failureHandler(MassIndexingFailureHandler failureHandler)Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type MassIndexingFailureHandler Constructor Description PojoMassIndexingFailSafeFailureHandlerWrapper(MassIndexingFailureHandler delegate)PojoMassIndexingNotifier(MassIndexingFailureHandler failureHandler, MassIndexingMonitor monitor, Long failureFloodingThreshold) -
Uses of MassIndexingFailureHandler in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi with parameters of type MassIndexingFailureHandler Modifier and Type Method Description PojoMassIndexerPojoMassIndexer. failureHandler(MassIndexingFailureHandler failureHandler)Sets theMassIndexingFailureHandler.
-