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
Constructors in org.openjdk.jmc.flightrecorder with parameters of type IOnLoadFilter Constructor Description RecordingPrinter(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 IOnLoadFilterOnLoadFilters. ALLOW_ALL_FILTERMethods in org.openjdk.jmc.flightrecorder.parser.filter that return IOnLoadFilter Modifier and Type Method Description static IOnLoadFilterOnLoadFilters. excludeEvents(Collection<String> excludedTypeIds)Filter that disallows a specified set of events.static IOnLoadFilterOnLoadFilters. excludeEvents(Pattern excludeRegexp)Filter that disallows a specified set of events.static IOnLoadFilterOnLoadFilters. includeEvents(Collection<String> includedTypeIds)Filter that allows a specified set of events.static IOnLoadFilterOnLoadFilters. includeEvents(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)
-