Uses of Interface
org.hibernate.search.engine.reporting.spi.ContextualFailureCollector
-
-
Uses of ContextualFailureCollector in org.hibernate.search.backend.elasticsearch.schema.management.impl
Methods in org.hibernate.search.backend.elasticsearch.schema.management.impl with parameters of type ContextualFailureCollector Modifier and Type Method Description CompletableFuture<?>ElasticsearchIndexSchemaManager. createOrValidate(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter)CompletableFuture<?>ElasticsearchIndexSchemaManager. validate(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter) -
Uses of ContextualFailureCollector in org.hibernate.search.backend.elasticsearch.validation.impl
Constructors in org.hibernate.search.backend.elasticsearch.validation.impl with parameters of type ContextualFailureCollector Constructor Description ValidationErrorCollector(ContextualFailureCollector failureCollector) -
Uses of ContextualFailureCollector in org.hibernate.search.backend.lucene.schema.management.impl
Methods in org.hibernate.search.backend.lucene.schema.management.impl with parameters of type ContextualFailureCollector Modifier and Type Method Description CompletableFuture<?>LuceneIndexSchemaManager. createOrValidate(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter)CompletableFuture<?>LuceneIndexSchemaManager. validate(ContextualFailureCollector failureCollector, OperationSubmitter operationSubmitter) -
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, OperationSubmitter operationSubmitter)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, 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 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) -
Uses of ContextualFailureCollector in org.hibernate.search.mapper.orm.coordination.common.spi
Methods in org.hibernate.search.mapper.orm.coordination.common.spi that return ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorCoordinationStrategyPreStopContext. 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.ContextualFailureCollectorCoordinationStrategyStartContext. 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.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return ContextualFailureCollector Modifier and Type Method Description ContextualFailureCollectorCoordinationStrategyPreStopContextImpl. failureCollector()ContextualFailureCollectorCoordinationStrategyStartContextImpl. failureCollector() -
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 Modifier and Type Method Description ContextualFailureCollectorPojoMappingCollector. failureCollector()
-