Package | Description |
---|---|
org.openjdk.jmc.flightrecorder |
Modifier and Type | Field and Description |
---|---|
private RecordingPrinter.Verbosity |
RecordingPrinter.verbosity |
Modifier and Type | Method and Description |
---|---|
static RecordingPrinter.Verbosity |
RecordingPrinter.Verbosity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordingPrinter.Verbosity[] |
RecordingPrinter.Verbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RecordingPrinter(java.io.PrintWriter output,
RecordingPrinter.Verbosity verbosity,
boolean formatValues) |
RecordingPrinter(java.io.PrintWriter output,
RecordingPrinter.Verbosity verbosity,
boolean formatValues,
IOnLoadFilter recordingFilter) |