Package org.infinispan.query.affinity
Class AffinityErrorHandler
- java.lang.Object
-
- org.infinispan.query.backend.WrappingErrorHandler
-
- org.infinispan.query.affinity.AffinityErrorHandler
-
- All Implemented Interfaces:
org.hibernate.search.exception.ErrorHandler
public class AffinityErrorHandler extends WrappingErrorHandler
Handles errors occurred in theAffinityIndexManager
.- Since:
- 9.0
-
-
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, ExecutorService asyncExecutor)
-
Methods inherited from class org.infinispan.query.backend.WrappingErrorHandler
handle, handleException, unwrap
-
-
-
-
Method Detail
-
initialize
public void initialize(RpcManager rpcManager, ExecutorService asyncExecutor)
-
errorOccurred
protected boolean errorOccurred(org.hibernate.search.exception.ErrorContext context)
- Specified by:
errorOccurred
in classWrappingErrorHandler
-
-