Uses of Class
io.opencensus.stats.View.AggregationWindow
Packages that use View.AggregationWindow
-
Uses of View.AggregationWindow in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as View.AggregationWindowModifier and TypeFieldDescription(package private) static final View.AggregationWindow
RpcViewConstants.CUMULATIVE
(package private) static final View.AggregationWindow
RpcViewConstants.INTERVAL_HOUR
(package private) static final View.AggregationWindow
RpcViewConstants.INTERVAL_MINUTE
-
Uses of View.AggregationWindow in io.opencensus.stats
Subclasses of View.AggregationWindow in io.opencensus.statsModifier and TypeClassDescription(package private) final class
Deprecated.(package private) final class
Deprecated.static class
Deprecated.since 0.13.static class
Deprecated.since 0.13.Fields in io.opencensus.stats declared as View.AggregationWindowMethods in io.opencensus.stats that return View.AggregationWindowModifier and TypeMethodDescriptionAutoValue_View.getWindow()
Deprecated.abstract View.AggregationWindow
View.getWindow()
Deprecated.since 0.13.Methods in io.opencensus.stats with parameters of type View.AggregationWindowModifier and TypeMethodDescriptionprivate static void
ViewData.checkWindow
(View.AggregationWindow window, ViewData.AggregationWindowData windowData) static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.private static String
ViewData.createErrorMessageForWindow
(View.AggregationWindow window, ViewData.AggregationWindowData windowData) private static void
ViewData.throwIfWindowMismatch
(boolean isValid, View.AggregationWindow window, ViewData.AggregationWindowData windowData) Constructors in io.opencensus.stats with parameters of type View.AggregationWindowModifierConstructorDescription(package private)
AutoValue_View
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window)