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