Uses of Class
io.opencensus.stats.Aggregation.Sum
-
Packages that use Aggregation.Sum Package Description io.opencensus.stats API for stats recording. -
-
Uses of Aggregation.Sum in io.opencensus.stats
Subclasses of Aggregation.Sum in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_Aggregation_Sum
Fields in io.opencensus.stats declared as Aggregation.Sum Modifier and Type Field Description private static Aggregation.Sum
Aggregation.Sum. INSTANCE
Methods in io.opencensus.stats that return Aggregation.Sum Modifier and Type Method Description static Aggregation.Sum
Aggregation.Sum. create()
Construct aSum
.Method parameters in io.opencensus.stats with type arguments of type Aggregation.Sum Modifier and Type Method Description <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)
<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)
<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.<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.<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)
-