Package org.jgroups

Class JChannelProbeHandler.ThreadEntry

java.lang.Object
org.jgroups.JChannelProbeHandler.ThreadEntry
Enclosing class:
JChannelProbeHandler

protected static class JChannelProbeHandler.ThreadEntry extends Object
  • Field Details

    • state

      protected final Thread.State state
    • thread_name

      protected final 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 Details

    • ThreadEntry

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