| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
IndexManagerStartContext.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
BackendStartContext.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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
MappingBuildContext.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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
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.
|
ContextualFailureCollector |
MappingPreStopContext.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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextualFailureCollector |
RootFailureCollector.withContext(EventContext context) |
ContextualFailureCollector |
FailureCollector.withContext(EventContext context) |
ContextualFailureCollector |
RootFailureCollector.withContext(EventContextElement contextElement) |
ContextualFailureCollector |
FailureCollector.withContext(EventContextElement contextElement) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.