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 java.lang.Object implements Function<View.AggregationWindow.Cumulative,MutableViewData>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CreateCumulative(View view, Timestamp start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableViewData
apply(View.AggregationWindow.Cumulative arg)
Applies the function to the given argument.
-
-
-
Method Detail
-
apply
public MutableViewData apply(View.AggregationWindow.Cumulative arg)
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.
-
-