Uses of Class
org.hibernate.search.mapper.pojo.massindexing.MassIndexingFailureContext
-
-
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingFailureContext Modifier and Type Method Description voidMassIndexingFailureHandler. handle(MassIndexingFailureContext context)Deprecated. -
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing
Subclasses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing Modifier and Type Class Description classMassIndexingEntityFailureContextContextual information about a failure to load or index a entities during mass indexing.Methods in org.hibernate.search.mapper.pojo.massindexing that return MassIndexingFailureContext Modifier and Type Method Description MassIndexingFailureContextMassIndexingFailureContext.Builder. build()Methods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingFailureContext Modifier and Type Method Description voidMassIndexingFailureHandler. handle(MassIndexingFailureContext context)Handle a generic failure. -
Uses of MassIndexingFailureContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type MassIndexingFailureContext Modifier and Type Method Description voidPojoMassIndexingDelegatingFailureHandler. handle(MassIndexingFailureContext context)voidPojoMassIndexingFailSafeFailureHandlerWrapper. handle(MassIndexingFailureContext context)
-