Uses of Interface
org.hibernate.search.exception.ErrorHandler

Packages that use ErrorHandler
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.overrides   
org.hibernate.search.batchindexing.impl   
org.hibernate.search.engine.impl   
org.hibernate.search.exception.impl   
org.hibernate.search.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

Uses of ErrorHandler in org.hibernate.search.backend.impl.lucene
 

Methods in org.hibernate.search.backend.impl.lucene that return ErrorHandler
 ErrorHandler LuceneBackendResources.getErrorHandler()
           
 

Uses of ErrorHandler in org.hibernate.search.backend.impl.lucene.overrides
 

Constructors in org.hibernate.search.backend.impl.lucene.overrides with parameters of type ErrorHandler
ConcurrentMergeScheduler(ErrorHandler errorHandler, String indexName)
           
 

Uses of ErrorHandler in org.hibernate.search.batchindexing.impl
 

Constructors in org.hibernate.search.batchindexing.impl with parameters of type ErrorHandler
EntityConsumerLuceneWorkProducer(ProducerConsumerQueue<List<?>> entitySource, MassIndexerProgressMonitor monitor, SessionFactory sessionFactory, CountDownLatch producerEndSignal, SearchFactoryImplementor searchFactory, CacheMode cacheMode, BatchBackend backend, ErrorHandler errorHandler)
           
IdentifierConsumerEntityProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities, ProducerConsumerQueue<List<?>> fromEntityToAddWork, MassIndexerProgressMonitor monitor, SessionFactory sessionFactory, CacheMode cacheMode, Class<?> type, String idName, ErrorHandler errorHandler)
           
IdentifierProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities, SessionFactory sessionFactory, int objectLoadingBatchSize, Class<?> indexedType, MassIndexerProgressMonitor monitor, long objectsLimit, ErrorHandler errorHandler, int idFetchSize)
           
OptionallyWrapInJTATransaction(SessionFactory factory, ErrorHandler errorHandler, SessionAwareRunnable sessionAwareRunnable)
           
OptionallyWrapInJTATransaction(SessionFactory factory, ErrorHandler errorHandler, StatelessSessionAwareRunnable statelessSessionAwareRunnable)
           
 

Uses of ErrorHandler in org.hibernate.search.engine.impl
 

Methods in org.hibernate.search.engine.impl that return ErrorHandler
 ErrorHandler EmptyBuildContext.getErrorHandler()
          Deprecated. To not be used on this BuildContext implementation.
 

Uses of ErrorHandler in org.hibernate.search.exception.impl
 

Classes in org.hibernate.search.exception.impl that implement ErrorHandler
 class LogErrorHandler
           
 

Uses of ErrorHandler in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return ErrorHandler
 ErrorHandler ImmutableSearchFactory.getErrorHandler()
           
 ErrorHandler MutableSearchFactoryState.getErrorHandler()
           
 ErrorHandler MutableSearchFactory.getErrorHandler()
           
 

Methods in org.hibernate.search.impl with parameters of type ErrorHandler
 void MutableSearchFactoryState.setErrorHandler(ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return ErrorHandler
static ErrorHandler SearchFactoryBuilder.createErrorHandler(SearchConfiguration searchCfg)
           
 ErrorHandler BuildContext.getErrorHandler()
          For backends processing work asynchronously, they should catch all eventual errors in the ErrorHandler to avoid losing information about the lost updates.
 ErrorHandler SearchFactoryIntegrator.getErrorHandler()
          Used to catch exceptions in all synchronous operations; but default they are logged, the user can configure alternative error management means.
 

Uses of ErrorHandler in org.hibernate.search.spi.internals
 

Methods in org.hibernate.search.spi.internals that return ErrorHandler
 ErrorHandler SearchFactoryState.getErrorHandler()
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved