Modifier and Type | Method and Description |
---|---|
ErrorHandler |
LuceneBackendResources.getErrorHandler() |
Constructor and Description |
---|
ScheduledCommitPolicy(org.hibernate.search.backend.impl.lucene.IndexWriterHolder indexWriterHolder,
String indexName,
int delay,
ErrorHandler errorHandler) |
Constructor and Description |
---|
ConcurrentMergeScheduler(ErrorHandler errorHandler,
String indexName) |
Constructor and Description |
---|
BatchTransactionalContext(ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
ErrorHandler errorHandler,
String tenantId) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
CacheMode cacheMode,
Class<?> type,
ExtendedSearchIntegrator searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler,
Integer transactionTimeout,
String tenantId) |
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
SessionFactory sessionFactory,
int objectLoadingBatchSize,
Class<?> indexedType,
MassIndexerProgressMonitor monitor,
long objectsLimit,
ErrorHandler errorHandler,
int idFetchSize,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
MutableSearchFactoryState.getErrorHandler() |
ErrorHandler |
MutableSearchFactory.getErrorHandler() |
ErrorHandler |
ImmutableSearchFactory.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setErrorHandler(ErrorHandler errorHandler) |
Modifier and Type | Class and Description |
---|---|
class |
LogErrorHandler |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
SearchIntegrator.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-2017 Red Hat, Inc. All Rights Reserved