public interface IThreadDetailsResolver
org.eclipse.mat.api.threadResolver
extension point.Modifier and Type | Method and Description |
---|---|
void |
complementDeep(IThreadInfo thread,
IProgressListener listener)
Extract detailed information about a thread, for example for ThreadInfoQuery.
|
void |
complementShallow(IThreadInfo thread,
IProgressListener listener)
Extract basic information about a thread, for example for ThreadOverviewQuery.
|
Column[] |
getColumns()
Detailed information as columns
|
Column[] getColumns()
void complementShallow(IThreadInfo thread, IProgressListener listener) throws SnapshotException
thread
- to extract the information from and to attach the informationlistener
- to log progress and report errorsSnapshotException
void complementDeep(IThreadInfo thread, IProgressListener listener) throws SnapshotException
thread
- to extract the information from and to attach the informationlistener
- to log progress and report errorsSnapshotException