Package io.opencensus.implcore.stats
Class StatsManager.StatsEvent
java.lang.Object
io.opencensus.implcore.stats.StatsManager.StatsEvent
- All Implemented Interfaces:
EventQueue.Entry
- Enclosing class:
StatsManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MeasureMapInternal
private final StatsManager
private final TagContext
-
Constructor Summary
ConstructorsConstructorDescriptionStatsEvent
(StatsManager statsManager, TagContext tags, MeasureMapInternal stats) -
Method Summary
-
Field Details
-
tags
-
stats
-
statsManager
-
-
Constructor Details
-
StatsEvent
StatsEvent(StatsManager statsManager, TagContext tags, MeasureMapInternal stats)
-
-
Method Details
-
process
public void process()Description copied from interface:EventQueue.Entry
Process the event associated with this entry. This will be called for every event in the associatedEventQueue
.- Specified by:
process
in interfaceEventQueue.Entry
-