Modifier and Type | Method and Description |
---|---|
ErrorHandler |
LuceneBackendResources.getErrorHandler() |
Constructor and Description |
---|
ConcurrentMergeScheduler(ErrorHandler errorHandler,
String indexName) |
Constructor and Description |
---|
BatchTransactionalContext(SearchFactoryImplementor searchFactoryImplementor,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ErrorHandler errorHandler) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
org.hibernate.SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
org.hibernate.CacheMode cacheMode,
Class<?> type,
SearchFactoryImplementor searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler) |
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
org.hibernate.SessionFactory sessionFactory,
int objectLoadingBatchSize,
Class<?> indexedType,
MassIndexerProgressMonitor monitor,
long objectsLimit,
ErrorHandler errorHandler,
int idFetchSize) |
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–2016 Hibernate. All rights reserved.