Uses of Interface
org.eclipse.mat.snapshot.extension.IThreadDetailsResolver
-
Packages that use IThreadDetailsResolver Package Description org.eclipse.mat.dtfj This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps, and is just a parser extension, not an Application Programming Interface (API).org.eclipse.mat.inspections.threads These are queries for Threads. -
-
Uses of IThreadDetailsResolver in org.eclipse.mat.dtfj
Classes in org.eclipse.mat.dtfj that implement IThreadDetailsResolver Modifier and Type Class Description class
ThreadDetailsResolver
Use DTFJ to extract extra information about a thread. -
Uses of IThreadDetailsResolver in org.eclipse.mat.inspections.threads
Classes in org.eclipse.mat.inspections.threads that implement IThreadDetailsResolver Modifier and Type Class Description class
ThreadDetailsResolver
Extract extra information about an OpenJDK thread.
-