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