Uses of Interface
org.openjdk.jmc.flightrecorder.parser.filter.IOnLoadFilter
-
Packages that use IOnLoadFilter Package Description org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.parser.filter -
-
Uses of IOnLoadFilter in org.openjdk.jmc.flightrecorder
Fields in org.openjdk.jmc.flightrecorder declared as IOnLoadFilter Modifier and Type Field Description private IOnLoadFilter
RecordingPrinter. recordingFilter
Constructors in org.openjdk.jmc.flightrecorder with parameters of type IOnLoadFilter Constructor Description RecordingPrinter(java.io.PrintWriter output, RecordingPrinter.Verbosity verbosity, boolean formatValues, IOnLoadFilter recordingFilter)
-
Uses of IOnLoadFilter in org.openjdk.jmc.flightrecorder.parser.filter
Fields in org.openjdk.jmc.flightrecorder.parser.filter declared as IOnLoadFilter Modifier and Type Field Description static IOnLoadFilter
OnLoadFilters. ALLOW_ALL_FILTER
private IOnLoadFilter
FilterExtension. recordingLoadFilter
Methods in org.openjdk.jmc.flightrecorder.parser.filter that return IOnLoadFilter Modifier and Type Method 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.Constructors in org.openjdk.jmc.flightrecorder.parser.filter with parameters of type IOnLoadFilter Constructor Description FilterExtension(IOnLoadFilter recordingLoadFilter)
-