Class ThreadOverviewQuery
- java.lang.Object
-
- org.eclipse.mat.inspections.threads.ThreadOverviewQuery
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS_THREAD
IHeapObjectArgument
objects
ISnapshot
snapshot
-
Constructor Summary
Constructors Constructor Description ThreadOverviewQuery()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IResult
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into the query instance.static boolean
isThread(ISnapshot snapshot, int objectId)
-
-
-
Field Detail
-
snapshot
public ISnapshot snapshot
-
objects
public IHeapObjectArgument objects
-
CLASS_THREAD
public static final String CLASS_THREAD
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public IResult execute(IProgressListener listener) throws Exception
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-
isThread
public static boolean isThread(ISnapshot snapshot, int objectId) throws SnapshotException
- Throws:
SnapshotException
-
-