Package org.jgroups

Class JChannelProbeHandler.ThreadEntry

  • Enclosing class:
    JChannelProbeHandler

    protected static class JChannelProbeHandler.ThreadEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadEntry​(java.lang.Thread.State state, java.lang.String thread_name, long blocks, long waits, double block_time, double wait_time, double cpu_time, double user_time)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String print​(java.lang.String format)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • state

        protected final java.lang.Thread.State state
      • thread_name

        protected final java.lang.String thread_name
      • blocks

        protected final long blocks
      • waits

        protected final long waits
      • block_time

        protected final double block_time
      • wait_time

        protected final double wait_time
      • cpu_time

        protected final double cpu_time
      • user_time

        protected final double user_time
    • Constructor Detail

      • ThreadEntry

        public ThreadEntry​(java.lang.Thread.State state,
                           java.lang.String thread_name,
                           long blocks,
                           long waits,
                           double block_time,
                           double wait_time,
                           double cpu_time,
                           double user_time)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • print

        protected java.lang.String print​(java.lang.String format)