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.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.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 MutableSearchFactory.getErrorHandler()
           
 ErrorHandler MutableSearchFactoryState.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 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()
          For backends processing work asynchronously, they should catch all eventual errors in the ErrorHandler to avoid losing information about the lost updates.
 

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

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



Copyright © 2006-2012 Hibernate. All Rights Reserved.