Uses of Class
io.opencensus.trace.Tracestate.Entry
-
Packages that use Tracestate.Entry Package Description io.opencensus.trace API for distributed tracing. -
-
Uses of Tracestate.Entry in io.opencensus.trace
Subclasses of Tracestate.Entry in io.opencensus.trace Modifier and Type Class Description (package private) class
AutoValue_Tracestate_Entry
Fields in io.opencensus.trace with type parameters of type Tracestate.Entry Modifier and Type Field Description private java.util.List<Tracestate.Entry>
AutoValue_Tracestate. entries
private java.util.ArrayList<Tracestate.Entry>
Tracestate.Builder. entries
Methods in io.opencensus.trace that return Tracestate.Entry Modifier and Type Method Description static Tracestate.Entry
Tracestate.Entry. create(java.lang.String key, java.lang.String value)
Creates a newEntry
for theTracestate
.Methods in io.opencensus.trace that return types with arguments of type Tracestate.Entry Modifier and Type Method Description java.util.List<Tracestate.Entry>
AutoValue_Tracestate. getEntries()
abstract java.util.List<Tracestate.Entry>
Tracestate. getEntries()
Returns aList
view of the mappings contained in thisTraceState
.Method parameters in io.opencensus.trace with type arguments of type Tracestate.Entry Modifier and Type Method Description private static Tracestate
Tracestate. create(java.util.List<Tracestate.Entry> entries)
Constructor parameters in io.opencensus.trace with type arguments of type Tracestate.Entry Constructor Description AutoValue_Tracestate(java.util.List<Tracestate.Entry> entries)
-