Package | Description |
---|---|
org.openjdk.jmc.flightrecorder | |
org.openjdk.jmc.flightrecorder.parser.filter |
Constructor and Description |
---|
RecordingPrinter(PrintWriter output,
RecordingPrinter.Verbosity verbosity,
boolean formatValues,
IOnLoadFilter recordingFilter) |
Modifier and Type | Field and Description |
---|---|
static IOnLoadFilter |
OnLoadFilters.ALLOW_ALL_FILTER |
Modifier and Type | Method and Description |
---|---|
static IOnLoadFilter |
OnLoadFilters.excludeEvents(Collection<String> excludedTypeIds)
Filter that disallows a specified set of events.
|
static IOnLoadFilter |
OnLoadFilters.excludeEvents(Pattern excludeRegexp)
Filter that disallows a specified set of events.
|
static IOnLoadFilter |
OnLoadFilters.includeEvents(Collection<String> includedTypeIds)
Filter that allows a specified set of events.
|
static IOnLoadFilter |
OnLoadFilters.includeEvents(Pattern includeRegexp)
Filter that allows a specified set of events.
|
Constructor and Description |
---|
FilterExtension(IOnLoadFilter recordingLoadFilter) |
Copyright © 2019. All rights reserved.