Modifier and Type | Method and Description |
---|---|
ErrorHandler |
LuceneBackendResources.getErrorHandler() |
Constructor and Description |
---|
ConcurrentMergeScheduler(ErrorHandler errorHandler,
String indexName) |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
EmptyBuildContext.getErrorHandler()
Deprecated.
To not be used on this BuildContext implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
LogErrorHandler |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ImmutableSearchFactory.getErrorHandler() |
ErrorHandler |
MutableSearchFactory.getErrorHandler() |
ErrorHandler |
MutableSearchFactoryState.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setErrorHandler(ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
SearchFactoryBuilder.createErrorHandler(SearchConfiguration searchCfg) |
ErrorHandler |
SearchFactoryIntegrator.getErrorHandler()
Used to catch exceptions in all synchronous operations; but default they are logged, the user
can configure alternative error management means.
|
ErrorHandler |
BuildContext.getErrorHandler()
Back-ends processing work asynchronously should catch all eventual errors in the
ErrorHandler
to avoid losing information about the failing index updates. |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
SearchFactoryState.getErrorHandler() |
Copyright © 2006–2013 Hibernate. All rights reserved.