Package org.jgroups
Class JChannelProbeHandler.ThreadEntry
java.lang.Object
org.jgroups.JChannelProbeHandler.ThreadEntry
- Enclosing class:
JChannelProbeHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final doubleprotected final longprotected final doubleprotected final Thread.Stateprotected final Stringprotected final doubleprotected final doubleprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionThreadEntry(Thread.State state, String thread_name, long blocks, long waits, double block_time, double wait_time, double cpu_time, double user_time) -
Method Summary
-
Field Details
-
state
-
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