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) classAutoValue_Tracestate_EntryFields in io.opencensus.trace with type parameters of type Tracestate.Entry Modifier and Type Field Description private java.util.List<Tracestate.Entry>AutoValue_Tracestate. entriesprivate java.util.ArrayList<Tracestate.Entry>Tracestate.Builder. entriesMethods in io.opencensus.trace that return Tracestate.Entry Modifier and Type Method Description static Tracestate.EntryTracestate.Entry. create(java.lang.String key, java.lang.String value)Creates a newEntryfor 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 aListview 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 TracestateTracestate. 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)
-