Uses of Interface
org.openjdk.jmc.flightrecorder.rules.util.SlidingWindowToolkit.IUnorderedWindowVisitor
-
Packages that use SlidingWindowToolkit.IUnorderedWindowVisitor Package Description org.openjdk.jmc.flightrecorder.rules.jdk.latency org.openjdk.jmc.flightrecorder.rules.util -
-
Uses of SlidingWindowToolkit.IUnorderedWindowVisitor in org.openjdk.jmc.flightrecorder.rules.jdk.latency
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.latency that return SlidingWindowToolkit.IUnorderedWindowVisitor Modifier and Type Method Description private SlidingWindowToolkit.IUnorderedWindowVisitor
MethodProfilingRule. createWindowVisitor(MethodProfilingRule.PeriodRangeMap settings, IItemFilter settingsFilter, IQuantity windowSize, java.util.List<MethodProfilingRule.MethodProfilingWindowResult> rawScores, java.util.concurrent.FutureTask<Result> evaluationTask, java.util.regex.Pattern excludes)
Creates an IUnorderedWindowVisitor that is called on each slice in the recording and generates the scores for each slice and places them in the rawScores list. -
Uses of SlidingWindowToolkit.IUnorderedWindowVisitor in org.openjdk.jmc.flightrecorder.rules.util
Methods in org.openjdk.jmc.flightrecorder.rules.util with parameters of type SlidingWindowToolkit.IUnorderedWindowVisitor Modifier and Type Method Description static void
SlidingWindowToolkit. slidingWindowUnordered(SlidingWindowToolkit.IUnorderedWindowVisitor callback, IItemCollection items, IQuantity windowSize, IQuantity slideSize)
Runs a sliding window through all items, by calculating the window start and end and filter through all the items.static void
SlidingWindowToolkit. slidingWindowUnordered(SlidingWindowToolkit.IUnorderedWindowVisitor callback, IItemCollection items, IQuantity windowSize, IQuantity slideSize, boolean includeIntersecting)
Runs a sliding window through all items, by calculating the window start and end and filter through all the items.
-