Class JVMStabilityInspector.Killer

java.lang.Object
org.apache.cassandra.utils.JVMStabilityInspector.Killer
Enclosing class:
JVMStabilityInspector

public static class JVMStabilityInspector.Killer extends Object
  • Constructor Details

    • Killer

      public Killer()
  • Method Details

    • killCurrentJVM

      protected void killCurrentJVM(Throwable t)
      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

      protected void killCurrentJVM(Throwable t, boolean quiet)