Uses of Interface
org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
-
-
Uses of ContextualFailureCollector in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorIndexManagerStartContext. 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 ContextualFailureCollector Modifier and Type Method Description CompletableFuture<?>IndexSchemaManager. createOrValidate(ContextualFailureCollector failureCollector)Creates the schema if it doesn't already exist, or validates the existing schema against requirements expressed by the mapper.CompletableFuture<?>IndexSchemaManager. validate(ContextualFailureCollector failureCollector)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 ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorBackendStartContext. 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 ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorMappingBuildContext. 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.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi that return ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorMappingPreStopContext. 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.ContextualFailureCollectorMappingStartContext. 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 ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorFailureCollector. withContext(EventContext context)ContextualFailureCollectorFailureCollector. withContext(EventContextElement contextElement)ContextualFailureCollectorRootFailureCollector. withContext(EventContext context)ContextualFailureCollectorRootFailureCollector. withContext(EventContextElement contextElement)
-