Uses of Class
io.opencensus.stats.Aggregation.Sum
Packages that use Aggregation.Sum
-
Uses of Aggregation.Sum in io.opencensus.stats
Subclasses of Aggregation.Sum in io.opencensus.statsFields in io.opencensus.stats declared as Aggregation.SumMethods in io.opencensus.stats that return Aggregation.SumModifier and TypeMethodDescriptionstatic Aggregation.Sum
Aggregation.Sum.create()
Construct aSum
.Method parameters in io.opencensus.stats with type arguments of type Aggregation.SumModifier and TypeMethodDescriptionfinal <T> T
Aggregation.Count.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction) final <T> T
Aggregation.Distribution.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction) final <T> T
Aggregation.LastValue.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction) abstract <T> T
Aggregation.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction) Applies the given match function to the underlying data type.final <T> T
Aggregation.Mean.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction) Deprecated.final <T> T
Aggregation.Sum.match
(Function<? super Aggregation.Sum, T> p0, Function<? super Aggregation.Count, T> p1, Function<? super Aggregation.Distribution, T> p2, Function<? super Aggregation.LastValue, T> p3, Function<? super Aggregation, T> defaultFunction)