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