Class ThreadLeakControl.TimeoutValue

  • Enclosing class:
    ThreadLeakControl

    private static class ThreadLeakControl.TimeoutValue
    extends java.lang.Object
    Timeout parsing code and logic.
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeoutValue​(java.lang.String sysprop, int defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getTimeout​(java.lang.Integer value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeoutOverride

        private final int timeoutOverride
      • globalTimeoutFirst

        private final boolean globalTimeoutFirst
    • Constructor Detail

      • TimeoutValue

        TimeoutValue​(java.lang.String sysprop,
                     int defaultValue)
    • Method Detail

      • getTimeout

        int getTimeout​(java.lang.Integer value)