Uses of Class
io.opencensus.stats.View.AggregationWindow.Cumulative
-
Packages that use View.AggregationWindow.Cumulative Package Description io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of View.AggregationWindow.Cumulative in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats with parameters of type View.AggregationWindow.Cumulative Modifier and Type Method Description MutableViewDataMutableViewData.CreateCumulative. apply(View.AggregationWindow.Cumulative arg) -
Uses of View.AggregationWindow.Cumulative in io.opencensus.stats
Subclasses of View.AggregationWindow.Cumulative in io.opencensus.stats Modifier and Type Class Description (package private) classAutoValue_View_AggregationWindow_CumulativeDeprecated.Fields in io.opencensus.stats declared as View.AggregationWindow.Cumulative Modifier and Type Field Description private static View.AggregationWindow.CumulativeView.AggregationWindow.Cumulative. CUMULATIVEDeprecated.Methods in io.opencensus.stats that return View.AggregationWindow.Cumulative Modifier and Type Method Description static View.AggregationWindow.CumulativeView.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.Cumulative Modifier and Type Method Description <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.<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.
-