Uses of Class
io.github.resilience4j.core.metrics.PartialAggregation
Packages that use PartialAggregation
-
Uses of PartialAggregation in io.github.resilience4j.core.metrics
Fields in io.github.resilience4j.core.metrics declared as PartialAggregationModifier and TypeFieldDescription(package private) final PartialAggregation[]SlidingTimeWindowMetrics.partialAggregationsMethods in io.github.resilience4j.core.metrics that return PartialAggregationModifier and TypeMethodDescriptionprivate PartialAggregationSlidingTimeWindowMetrics.getLatestPartialAggregation()Returns the head partial aggregation of the circular array.private PartialAggregationSlidingTimeWindowMetrics.moveWindowToCurrentEpochSecond(PartialAggregation latestPartialAggregation) Moves the end of the time window to the current epoch second.Methods in io.github.resilience4j.core.metrics with parameters of type PartialAggregationModifier and TypeMethodDescriptionprivate PartialAggregationSlidingTimeWindowMetrics.moveWindowToCurrentEpochSecond(PartialAggregation latestPartialAggregation) Moves the end of the time window to the current epoch second.