Uses of Class
io.opencensus.implcore.internal.CurrentState
-
Packages that use CurrentState Package Description io.opencensus.implcore.stats io.opencensus.implcore.tags io.opencensus.implcore.tags.propagation -
-
Uses of CurrentState in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as CurrentState Modifier and Type Field Description private CurrentStateStatsComponentImplBase. currentStateprivate CurrentStateStatsManager. stateConstructors in io.opencensus.implcore.stats with parameters of type CurrentState Constructor Description StatsManager(EventQueue queue, Clock clock, CurrentState state) -
Uses of CurrentState in io.opencensus.implcore.tags
Fields in io.opencensus.implcore.tags declared as CurrentState Modifier and Type Field Description private CurrentStateTagsComponentImplBase. currentStateprivate CurrentStateTaggerImpl. stateConstructors in io.opencensus.implcore.tags with parameters of type CurrentState Constructor Description TaggerImpl(CurrentState state) -
Uses of CurrentState in io.opencensus.implcore.tags.propagation
Fields in io.opencensus.implcore.tags.propagation declared as CurrentState Modifier and Type Field Description private CurrentStateCorrelationContextFormat. stateprivate CurrentStateTagContextBinarySerializerImpl. stateConstructors in io.opencensus.implcore.tags.propagation with parameters of type CurrentState Constructor Description CorrelationContextFormat(CurrentState state)TagContextBinarySerializerImpl(CurrentState state)TagPropagationComponentImpl(CurrentState state)
-