|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IThreadInfo | |
|---|---|
| org.eclipse.mat.inspections.jetty | These are queries for the Jetty web server. |
| org.eclipse.mat.inspections.threads | These are queries for Threads. |
| org.eclipse.mat.snapshot.extension | Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc. |
| Uses of IThreadInfo in org.eclipse.mat.inspections.jetty |
|---|
| Methods in org.eclipse.mat.inspections.jetty with parameters of type IThreadInfo | |
|---|---|
void |
JettyRequestResolver.complement(ISnapshot snapshot,
IThreadInfo thread,
int[] javaLocals,
int thisJavaLocal,
IProgressListener listener)
|
| Uses of IThreadInfo in org.eclipse.mat.inspections.threads |
|---|
| Methods in org.eclipse.mat.inspections.threads that return types with arguments of type IThreadInfo | |
|---|---|
java.util.List<IThreadInfo> |
ThreadInfoQuery.Result.getThreads()
|
| Uses of IThreadInfo in org.eclipse.mat.snapshot.extension |
|---|
| Methods in org.eclipse.mat.snapshot.extension with parameters of type IThreadInfo | |
|---|---|
void |
IRequestDetailsResolver.complement(ISnapshot snapshot,
IThreadInfo thread,
int[] javaLocals,
int thisJavaLocal,
IProgressListener listener)
Add extra details |
void |
IThreadDetailsResolver.complementDeep(IThreadInfo thread,
IProgressListener listener)
Extract detailed information e.g. |
void |
IThreadDetailsResolver.complementShallow(IThreadInfo thread,
IProgressListener listener)
Extract basic information e.g. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||