Uses of Class
io.opencensus.stats.View.AggregationWindow.Interval
-
Packages that use View.AggregationWindow.Interval Package Description io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of View.AggregationWindow.Interval in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats with parameters of type View.AggregationWindow.Interval Modifier and Type Method Description MutableViewData
MutableViewData.CreateInterval. apply(View.AggregationWindow.Interval arg)
-
Uses of View.AggregationWindow.Interval in io.opencensus.stats
Subclasses of View.AggregationWindow.Interval in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_View_AggregationWindow_Interval
Deprecated.Methods in io.opencensus.stats that return View.AggregationWindow.Interval Modifier and Type Method Description static View.AggregationWindow.Interval
View.AggregationWindow.Interval. create(Duration duration)
Deprecated.Constructs an intervalAggregationWindow
that has a finite explicitDuration
.
-