public enum AsyncProfilerOutputType extends java.lang.Enum<AsyncProfilerOutputType>
| Modifier and Type | Method and Description |
|---|---|
static AsyncProfilerOutputType |
from(AsyncProfilerConfig config,
ScenarioDefinition scenarioDefinition) |
java.lang.String |
getCommandLineOption() |
static AsyncProfilerOutputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsyncProfilerOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncProfilerOutputType STACKS
public static final AsyncProfilerOutputType JFR
public static AsyncProfilerOutputType[] values()
for (AsyncProfilerOutputType c : AsyncProfilerOutputType.values()) System.out.println(c);
public static AsyncProfilerOutputType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AsyncProfilerOutputType from(AsyncProfilerConfig config, ScenarioDefinition scenarioDefinition)
public java.lang.String getCommandLineOption()