Uses of Class
io.opencensus.stats.View.AggregationWindow.Cumulative
Packages that use View.AggregationWindow.Cumulative
-
Uses of View.AggregationWindow.Cumulative in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats with parameters of type View.AggregationWindow.CumulativeModifier and TypeMethodDescriptionMutableViewData.CreateCumulative.apply
(View.AggregationWindow.Cumulative arg) -
Uses of View.AggregationWindow.Cumulative in io.opencensus.stats
Subclasses of View.AggregationWindow.Cumulative in io.opencensus.statsModifier and TypeClassDescription(package private) final class
Deprecated.Fields in io.opencensus.stats declared as View.AggregationWindow.CumulativeModifier and TypeFieldDescriptionprivate static final View.AggregationWindow.Cumulative
View.AggregationWindow.Cumulative.CUMULATIVE
Deprecated.Methods in io.opencensus.stats that return View.AggregationWindow.CumulativeModifier and TypeMethodDescriptionView.AggregationWindow.Cumulative.create()
Deprecated.Constructs a cumulativeAggregationWindow
that does not have an explicitDuration
.Method parameters in io.opencensus.stats with type arguments of type View.AggregationWindow.CumulativeModifier and TypeMethodDescriptionfinal <T> T
View.AggregationWindow.Cumulative.match
(Function<? super View.AggregationWindow.Cumulative, T> p0, Function<? super View.AggregationWindow.Interval, T> p1, Function<? super View.AggregationWindow, T> defaultFunction) Deprecated.final <T> T
View.AggregationWindow.Interval.match
(Function<? super View.AggregationWindow.Cumulative, T> p0, Function<? super View.AggregationWindow.Interval, T> p1, Function<? super View.AggregationWindow, T> defaultFunction) Deprecated.abstract <T> T
View.AggregationWindow.match
(Function<? super View.AggregationWindow.Cumulative, T> p0, Function<? super View.AggregationWindow.Interval, T> p1, Function<? super View.AggregationWindow, T> defaultFunction) Deprecated.Applies the given match function to the underlying data type.