Uses of Class
io.opencensus.implcore.stats.MeasureMapInternal
Packages that use MeasureMapInternal
-
Uses of MeasureMapInternal in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as MeasureMapInternalMethods in io.opencensus.implcore.stats that return MeasureMapInternalModifier and TypeMethodDescription(package private) MeasureMapInternal
MeasureMapInternal.Builder.build()
Constructs aMeasureMapInternal
from the current measurements.Methods in io.opencensus.implcore.stats with parameters of type MeasureMapInternalModifier and TypeMethodDescription(package private) void
MeasureToViewMap.record
(TagContext tags, MeasureMapInternal stats, Timestamp timestamp) (package private) void
StatsManager.record
(TagContext tags, MeasureMapInternal measurementValues) Constructors in io.opencensus.implcore.stats with parameters of type MeasureMapInternalModifierConstructorDescription(package private)
StatsEvent
(StatsManager statsManager, TagContext tags, MeasureMapInternal stats)