Class MutableViewData.CreateInterval
java.lang.Object
io.opencensus.implcore.stats.MutableViewData.CreateInterval
- All Implemented Interfaces:
Function<View.AggregationWindow.Interval, MutableViewData>
- Enclosing class:
MutableViewData
private static final class MutableViewData.CreateInterval
extends Object
implements Function<View.AggregationWindow.Interval, MutableViewData>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApplies the function to the given argument.
-
Field Details
-
view
-
start
-
-
Constructor Details
-
CreateInterval
-
-
Method Details
-
apply
Description copied from interface:FunctionApplies the function to the given argument.- Specified by:
applyin interfaceFunction<View.AggregationWindow.Interval, MutableViewData>- Parameters:
arg- the argument to the function.- Returns:
- the result of the function.
-