Package io.opencensus.implcore.stats
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:Function
Applies the function to the given argument.- Specified by:
apply
in interfaceFunction<View.AggregationWindow.Interval,
MutableViewData> - Parameters:
arg
- the argument to the function.- Returns:
- the result of the function.
-