Package org.apache.cassandra.concurrent
Class ExecutionFailure
java.lang.Object
org.apache.cassandra.concurrent.ExecutionFailure
Standardised handling of failures during execution - mostly this involves invoking a thread's
Thread.UncaughtExceptionHandler or
JVMStabilityInspector.uncaughtException(Thread, Throwable),
with special handling for CompactionInterruptedException.
This class also provides wrappers for WithResources with Runnable and Callable.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInvoke the relevantThread.UncaughtExceptionHandler, ignoring (except for logging) anyCompactionInterruptedException
-
Constructor Details
-
ExecutionFailure
public ExecutionFailure()
-
-
Method Details
-
handle
Invoke the relevantThread.UncaughtExceptionHandler, ignoring (except for logging) anyCompactionInterruptedException
-