Package | Description |
---|---|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotQuery |
SnapshotQuery.lookup(String name,
ISnapshot snapshot)
Factory method to create a query by name.
|
static SnapshotQuery |
SnapshotQuery.parse(String commandLine,
ISnapshot snapshot)
Factory method to create a query by command line, i.e.
|
SnapshotQuery |
SnapshotQuery.set(String name,
Object value)
Deprecated.
use setArgument() instead
|
SnapshotQuery |
SnapshotQuery.setArgument(String name,
Object value)
Set the argument identified by
name . |