Package com.atlassian.confluence
Class ThreadDumper
- java.lang.Object
-
- com.atlassian.confluence.ThreadDumper
-
public class ThreadDumper extends Object
Checks whether there are any threads that shouldn't exist.
-
-
Constructor Summary
Constructors Constructor Description ThreadDumper(ConfluenceRpc rpc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Map>
getDanglingThreads()
-
-
-
Constructor Detail
-
ThreadDumper
public ThreadDumper(ConfluenceRpc rpc)
-
-
Method Detail
-
getDanglingThreads
public Collection<Map> getDanglingThreads()
- Returns:
- a collection of maps, each representing a thread, who doesn't pass some criteria.
See
FuncTestThreadUtils
for the rpc-encoded fields in each map.
-
-