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.AggregationWindowRpcViewConstants.CUMULATIVE(package private) static final View.AggregationWindowRpcViewConstants.INTERVAL_HOUR(package private) static final View.AggregationWindowRpcViewConstants.INTERVAL_MINUTE -
Uses of View.AggregationWindow in io.opencensus.stats
Subclasses of View.AggregationWindow in io.opencensus.statsModifier and TypeClassDescription(package private) final classDeprecated.(package private) final classDeprecated.static classDeprecated.since 0.13.static classDeprecated.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.AggregationWindowView.getWindow()Deprecated.since 0.13.Methods in io.opencensus.stats with parameters of type View.AggregationWindowModifier and TypeMethodDescriptionprivate static voidViewData.checkWindow(View.AggregationWindow window, ViewData.AggregationWindowData windowData) static ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.private static StringViewData.createErrorMessageForWindow(View.AggregationWindow window, ViewData.AggregationWindowData windowData) private static voidViewData.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)