Package org.jgroups
Class JChannelProbeHandler.ThreadEntry
- java.lang.Object
-
- org.jgroups.JChannelProbeHandler.ThreadEntry
-
- Enclosing class:
- JChannelProbeHandler
protected static class JChannelProbeHandler.ThreadEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
block_time
protected long
blocks
protected double
cpu_time
protected java.lang.Thread.State
state
protected java.lang.String
thread_name
protected double
user_time
protected double
wait_time
protected long
waits
-
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()
-
-
-
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
-
-