Package one.nio.mgt

Class ThreadDumper


  • public class ThreadDumper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.concurrent.atomic.AtomicLong dumpTime  
      private static org.slf4j.Logger log  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadDumper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dump​(java.io.OutputStream out)  
      static void dump​(java.io.OutputStream out, long minDumpInterval)  
      • Methods inherited from class java.lang.Object

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

      • log

        private static final org.slf4j.Logger log
      • dumpTime

        private static final java.util.concurrent.atomic.AtomicLong dumpTime
    • Constructor Detail

      • ThreadDumper

        public ThreadDumper()
    • Method Detail

      • dump

        public static void dump​(java.io.OutputStream out)
      • dump

        public static void dump​(java.io.OutputStream out,
                                long minDumpInterval)