Package io.opencensus.implcore.stats
Class RecordUtils.CreateMutableSumLong
java.lang.Object
io.opencensus.implcore.stats.RecordUtils.CreateMutableSumLong
- All Implemented Interfaces:
Function<Measure.MeasureLong,
MutableAggregation>
- Enclosing class:
RecordUtils
private static final class RecordUtils.CreateMutableSumLong
extends Object
implements Function<Measure.MeasureLong,MutableAggregation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Measure.MeasureLong arg) Applies the function to the given argument.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CreateMutableSumLong
private CreateMutableSumLong()
-
-
Method Details
-
apply
Description copied from interface:Function
Applies the function to the given argument.- Specified by:
apply
in interfaceFunction<Measure.MeasureLong,
MutableAggregation> - Parameters:
arg
- the argument to the function.- Returns:
- the result of the function.
-