protected static class JChannelProbeHandler.ThreadEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
block_time |
protected long |
blocks |
protected double |
cpu_time |
protected Thread.State |
state |
protected String |
thread_name |
protected double |
user_time |
protected double |
wait_time |
protected long |
waits |
Constructor and Description |
---|
ThreadEntry(Thread.State state,
String thread_name,
long blocks,
long waits,
double block_time,
double wait_time,
double cpu_time,
double user_time) |
protected final Thread.State state
protected final String thread_name
protected final long blocks
protected final long waits
protected final double block_time
protected final double wait_time
protected final double cpu_time
protected final double user_time
public ThreadEntry(Thread.State state, String thread_name, long blocks, long waits, double block_time, double wait_time, double cpu_time, double user_time)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.