Package org.apache.cassandra.utils
Class JVMStabilityInspector.Killer
java.lang.Object
org.apache.cassandra.utils.JVMStabilityInspector.Killer
- Enclosing class:
- JVMStabilityInspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCertain situations represent "Die" conditions for the server, and if so, the reason is logged and the current JVM is killed.protected voidkillCurrentJVM(Throwable t, boolean quiet)
-
Constructor Details
-
Killer
public Killer()
-
-
Method Details
-
killCurrentJVM
Certain situations represent "Die" conditions for the server, and if so, the reason is logged and the current JVM is killed.- Parameters:
t- The Throwable to log before killing the current JVM
-
killCurrentJVM
-