Package org.apache.cassandra.utils
Interface JVMStabilityInspector.OnKillHook
-
- Enclosing class:
- JVMStabilityInspector
public static interface JVMStabilityInspector.OnKillHook
This class is usually used to avoid JVM exit when running junit tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute(java.lang.Throwable t)
-