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
Classes in io.opencensus.implcore.stats that implement interfaces with type arguments of type View.AggregationWindow.CumulativeMethods 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 classDeprecated.Fields in io.opencensus.stats declared as View.AggregationWindow.CumulativeModifier and TypeFieldDescriptionprivate static final View.AggregationWindow.CumulativeView.AggregationWindow.Cumulative.CUMULATIVEDeprecated.Methods in io.opencensus.stats that return View.AggregationWindow.CumulativeModifier and TypeMethodDescriptionView.AggregationWindow.Cumulative.create()Deprecated.Constructs a cumulativeAggregationWindowthat does not have an explicitDuration.Method parameters in io.opencensus.stats with type arguments of type View.AggregationWindow.CumulativeModifier and TypeMethodDescriptionfinal <T> TView.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> TView.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> TView.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.