Uses of Interface
org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
Packages that use ContextualFailureCollector
Package
Description
-
Uses of ContextualFailureCollector in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionIndexManagerStartContext.failureCollector()
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users. -
Uses of ContextualFailureCollector in org.hibernate.search.engine.backend.schema.management.spi
Methods in org.hibernate.search.engine.backend.schema.management.spi with parameters of type ContextualFailureCollectorModifier and TypeMethodDescriptionIndexSchemaManager.createOrValidate
(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter) Creates the schema if it doesn't already exist, or validates the existing schema against requirements expressed by the mapper.IndexSchemaManager.validate
(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter) Validates the existing schema against requirements expressed by the mapper. -
Uses of ContextualFailureCollector in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionBackendStartContext.failureCollector()
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users. -
Uses of ContextualFailureCollector in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionMappingBuildContext.failureCollector()
A collector of (non-fatal) failures, allowing to notify Hibernate Search that something went wrong and bootstrap should be aborted at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users.MappingFinalizationContext.failureCollector()
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type ContextualFailureCollectorModifier and TypeMethodDescriptionvoid
MappingAbortedException.collectSilentlyAndCheck
(ContextualFailureCollector failureCollector) Collects the cause/suppressed of this exception, if any, in the failure collector, and throws an exception if there is nothing to explain the abortion (neither in the failure collector or in this exceptions' cause/suppressed). -
Uses of ContextualFailureCollector in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionMappingPreStopContext.failureCollector()
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the shutdown process.MappingStartContext.failureCollector()
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users. -
Uses of ContextualFailureCollector in org.hibernate.search.engine.reporting.spi
Methods in org.hibernate.search.engine.reporting.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionFailureCollector.withContext
(EventContext context) FailureCollector.withContext
(EventContextElement contextElement) RootFailureCollector.withContext
(EventContext context) RootFailureCollector.withContext
(EventContextElement contextElement) -
Uses of ContextualFailureCollector in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi that return ContextualFailureCollectorModifier and TypeMethodDescriptionCoordinationStrategyPreStopContext.failureCollector()
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the shutdown process for some time to collect other errors that could be relevant to users.CoordinationStrategyStartContext.failureCollector()
A collector of (non-fatal) failures, allowing notification of Hibernate Search that something went wrong and an exception should be thrown at some point, while still continuing the bootstrap process for some time to collect other errors that could be relevant to users. -
Uses of ContextualFailureCollector in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi that return ContextualFailureCollector