public class JProbeDescription extends AbstractDescription implements java.io.Serializable
| Constructor and Description |
|---|
JProbeDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
configure(TestConfig config)
Creates jprobe configuration descriptions from the jprobe parameters
in the test configuration.
|
java.lang.String |
getCommandLine(java.lang.String jprobeHome,
java.lang.String vmType)
Returns jprobe command line, based on the values in this description,
the provided jprobe home, and the vm type.
|
java.util.Vector |
getCommandLineParameters(java.lang.String vmType)
Returns jprobe command line parameters, based on the values in this
description and the vm type.
|
java.lang.String |
getExecutable(java.lang.String jprobeHome)
Returns jprobe executable, based on the provided jprobe home.
|
java.util.Vector |
getFilters()
Returns the set of filters.
|
boolean |
getFinalSnapshot()
Returns whether to take a final snapshot.
|
java.lang.String |
getFunction()
Returns the function.
|
boolean |
getGarbageKeep()
Returns whether to keep garbage.
|
java.lang.String |
getMeasurement()
Returns the measurement type.
|
boolean |
getMonitor()
Returns whether the user will monitor.
|
java.lang.String |
getName()
Returns the logical name for the jprobe description.
|
int |
getPort()
Returns the port for this run.
|
boolean |
getRecordFromStart()
Returns whether to record from the start.
|
boolean |
getTrackObjects()
Returns whether to track object allocation
|
java.util.Vector |
getTriggers()
Returns the set of triggers.
|
java.util.SortedMap |
toSortedMap()
Returns a sorted map of description fields and their values.
|
boolean |
useDeepTraces()
Returns whether to use deep traces.
|
addProperties, asList, convertPrm, convertPrmDefault, getBooleanFor, getClass, getClassname, getInstance, getIntegerFor, getNonnegativeIntegerFor, getParametersAndDefaults, getPath, getSSLDescription, loadClass, parseMethod, toStringpublic java.lang.String getName()
public java.lang.String getFunction()
public java.lang.String getMeasurement()
public java.util.Vector getFilters()
public java.util.Vector getTriggers()
public boolean useDeepTraces()
public boolean getRecordFromStart()
public boolean getFinalSnapshot()
public boolean getTrackObjects()
public boolean getMonitor()
public boolean getGarbageKeep()
public int getPort()
public java.lang.String getCommandLine(java.lang.String jprobeHome,
java.lang.String vmType)
public java.lang.String getExecutable(java.lang.String jprobeHome)
public java.util.Vector getCommandLineParameters(java.lang.String vmType)
public java.util.SortedMap toSortedMap()
AbstractDescriptiontoSortedMap in class AbstractDescriptionprotected static void configure(TestConfig config)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.