Package org.apache.cassandra.utils
Interface JVMStabilityInspector.OnKillHook
-
- Enclosing class:
- JVMStabilityInspector
public static interface JVMStabilityInspector.OnKillHookThis 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 booleanexecute(java.lang.Throwable t)
-