Package | Description |
---|---|
org.eclipse.mat.internal.acquire |
Support for collecting arguments for acquiring heap dumps from running programs.
|
org.eclipse.mat.query.registry |
Package for getting a list of queries and examining their capabilities and setting them up.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
org.eclipse.mat.ui.internal.acquire |
Acquire heap dumps from other running processes - user interface (not API).
|
org.eclipse.mat.ui.internal.browser |
Examine list of queries and query history - user interface (not API).
|
Modifier and Type | Class and Description |
---|---|
class |
HeapDumpProviderDescriptor |
class |
VmInfoDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedObjectDescriptor
A description of the meta information attached to a class such as a query or heap dump provider.
|
class |
QueryDescriptor
A description of a query to be run on a snapshot, though this class is independent of the actual snapshot
and uses IQueryContext.
|
Modifier and Type | Method and Description |
---|---|
IAnnotatedObjectDescriptor |
AnnotatedObjectArgumentsSet.getDescriptor() |
Constructor and Description |
---|
AnnotatedObjectArgumentsSet(IAnnotatedObjectDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
IAnnotatedObjectDescriptor |
SnapshotQuery.getDescriptor()
Get a descriptor for the query.
|
Modifier and Type | Method and Description |
---|---|
IAnnotatedObjectDescriptor |
ProviderArgumentsTable.getProviderDescriptor() |
Modifier and Type | Method and Description |
---|---|
IAnnotatedObjectDescriptor |
QueryContextHelp.getQuery() |
Constructor and Description |
---|
QueryContextHelp(org.eclipse.swt.widgets.Shell parent,
IAnnotatedObjectDescriptor query,
IQueryContext queryContext,
org.eclipse.swt.graphics.Rectangle bounds) |
QueryContextHelp(org.eclipse.swt.widgets.Shell shell,
IAnnotatedObjectDescriptor queryDescriptor,
org.eclipse.swt.graphics.Rectangle helpBounds) |