Uses of Class
io.opencensus.trace.Tracestate.Entry
Packages that use Tracestate.Entry
-
Uses of Tracestate.Entry in io.opencensus.trace
Subclasses of Tracestate.Entry in io.opencensus.traceFields in io.opencensus.trace with type parameters of type Tracestate.EntryModifier and TypeFieldDescriptionprivate final List
<Tracestate.Entry> AutoValue_Tracestate.entries
private ArrayList
<Tracestate.Entry> Tracestate.Builder.entries
Methods in io.opencensus.trace that return Tracestate.EntryModifier and TypeMethodDescriptionstatic Tracestate.Entry
Creates a newEntry
for theTracestate
.Methods in io.opencensus.trace that return types with arguments of type Tracestate.EntryModifier and TypeMethodDescriptionAutoValue_Tracestate.getEntries()
abstract 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.EntryModifier and TypeMethodDescriptionprivate static Tracestate
Tracestate.create
(List<Tracestate.Entry> entries) Constructor parameters in io.opencensus.trace with type arguments of type Tracestate.EntryModifierConstructorDescription(package private)
AutoValue_Tracestate
(List<Tracestate.Entry> entries)