public class MonitoredThread extends Object implements Comparable<MonitoredThread>
| Constructor and Description | 
|---|
| MonitoredThread(String name,
               long threadId,
               int cpuPercentage) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(MonitoredThread o) | 
| boolean | equals(Object o) | 
| int | hashCode() | 
| String | toString() | 
public MonitoredThread(String name, long threadId, int cpuPercentage)
public int compareTo(MonitoredThread o)
compareTo in interface Comparable<MonitoredThread>Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.