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 CurrentState
StatsComponentImplBase. currentState
private CurrentState
StatsManager. state
Constructors 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 CurrentState
TagsComponentImplBase. currentState
private CurrentState
TaggerImpl. state
Constructors 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 CurrentState
CorrelationContextFormat. state
private CurrentState
TagContextBinarySerializerImpl. state
Constructors in io.opencensus.implcore.tags.propagation with parameters of type CurrentState Constructor Description CorrelationContextFormat(CurrentState state)
TagContextBinarySerializerImpl(CurrentState state)
TagPropagationComponentImpl(CurrentState state)
-