Package hudson
Class Functions.ThreadGroupMap
java.lang.Object
hudson.Functions.ThreadGroupMap
- All Implemented Interfaces:
Serializable
,Comparator<ThreadInfo>
- Enclosing class:
- Functions
public static class Functions.ThreadGroupMap
extends Object
implements Comparator<ThreadInfo>, Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
compare
(long idA, long idB) int
compare
(ThreadInfo a, ThreadInfo b) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
map
-
-
Constructor Details
-
ThreadGroupMap
public ThreadGroupMap()
-
-
Method Details
-
getThreadGroup
- Returns:
- ThreadGroup name or null if unknown
-
compare
- Specified by:
compare
in interfaceComparator<ThreadInfo>
-
compare
protected int compare(long idA, long idB)
-