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 MutableViewData
MutableViewData.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) class
AutoValue_View_AggregationWindow_Cumulative
Deprecated.Fields in io.opencensus.stats declared as View.AggregationWindow.Cumulative Modifier and Type Field Description private static View.AggregationWindow.Cumulative
View.AggregationWindow.Cumulative. CUMULATIVE
Deprecated.Methods in io.opencensus.stats that return View.AggregationWindow.Cumulative Modifier and Type Method Description static View.AggregationWindow.Cumulative
View.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.Cumulative Modifier and Type Method Description <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.<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.
-