Class AffinityErrorHandler

  • All Implemented Interfaces:
    org.hibernate.search.exception.ErrorHandler

    public class AffinityErrorHandler
    extends org.infinispan.query.backend.WrappingErrorHandler
    Handles errors occurred in the AffinityIndexManager.
    Since:
    9.0
    • Field Summary

      • Fields inherited from interface org.hibernate.search.exception.ErrorHandler

        LOG
    • Constructor Summary

      Constructors 
      Constructor Description
      AffinityErrorHandler​(org.hibernate.search.exception.ErrorHandler handler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean errorOccurred​(org.hibernate.search.exception.ErrorContext context)  
      void initialize​(RpcManager rpcManager, java.util.concurrent.ExecutorService blockingExecutor)  
      • Methods inherited from class org.infinispan.query.backend.WrappingErrorHandler

        handle, handleException, unwrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AffinityErrorHandler

        public AffinityErrorHandler​(org.hibernate.search.exception.ErrorHandler handler)
    • Method Detail

      • initialize

        public void initialize​(RpcManager rpcManager,
                               java.util.concurrent.ExecutorService blockingExecutor)
      • errorOccurred

        protected boolean errorOccurred​(org.hibernate.search.exception.ErrorContext context)
        Specified by:
        errorOccurred in class org.infinispan.query.backend.WrappingErrorHandler