Class Tracestate.Entry
java.lang.Object
io.opencensus.trace.Tracestate.Entry
- Direct Known Subclasses:
AutoValue_Tracestate_Entry
- Enclosing class:
Tracestate
Immutable key-value pair for
Tracestate.- Since:
- 0.16
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
Entry()
-
-
Method Details
-
create
Creates a newEntryfor theTracestate.- Parameters:
key- the Entry's key.value- the Entry's value.- Since:
- 0.16
-
getKey
-
getValue
-