Package org.eclipse.mat.snapshot.extension
package org.eclipse.mat.snapshot.extension
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
Extensions can be added using these interfaces for application or framework specific knowledge,
or to show extra snapshot type specific data.
-
ClassDescriptionInterface describing a name resolver for objects of specific classes (found in an snapshot), e.g.The allows details about a local variable for a thread of a type understood by this resolver to be interpreted and attached to the thread description.Extracts detailed information about a thread.Holds detailed information about a thread.Interface for a trouble-ticket component resolver.Enumeration of known JDK collection versionsUsed to tag
IClassSpecificNameResolver
andIRequestDetailsResolver
resolvers with the name of the class that they handle.Used to tagIClassSpecificNameResolver
andIRequestDetailsResolver
resolvers with the names of the classes that they handle.