Package io.opencensus.stats
Class View.AggregationWindow
java.lang.Object
io.opencensus.stats.View.AggregationWindow
- Direct Known Subclasses:
View.AggregationWindow.Cumulative
,View.AggregationWindow.Interval
- Enclosing class:
View
Deprecated.
The time window for a
View
.- Since:
- 0.8
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.since 0.13.static class
Deprecated.since 0.13. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <T> T
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.
-
Constructor Details
-
AggregationWindow
private AggregationWindow()Deprecated.
-
-
Method Details
-
match
public abstract <T> T 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.- Since:
- 0.8
-
View
s will be cumulative.