Uses of Class
io.opencensus.trace.TraceOptions
-
Packages that use TraceOptions Package Description io.opencensus.contrib.http.util io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing. -
-
Uses of TraceOptions in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as TraceOptions Modifier and Type Field Description (package private) static TraceOptionsCloudTraceFormat. OPTIONS_NOT_SAMPLED(package private) static TraceOptionsCloudTraceFormat. OPTIONS_SAMPLED -
Uses of TraceOptions in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as TraceOptions Modifier and Type Field Description private static TraceOptionsSpanBuilderImpl. NOT_SAMPLED_TRACE_OPTIONSprivate static TraceOptionsSpanBuilderImpl. SAMPLED_TRACE_OPTIONS -
Uses of TraceOptions in io.opencensus.trace
Fields in io.opencensus.trace declared as TraceOptions Modifier and Type Field Description static TraceOptionsTraceOptions. DEFAULTThe defaultTraceOptions.private TraceOptionsSpanContext. traceOptionsMethods in io.opencensus.trace that return TraceOptions Modifier and Type Method Description TraceOptionsTraceOptions.Builder. build()Builds and returns aTraceOptionswith the desired options.static TraceOptionsTraceOptions. fromByte(byte src)Returns aTraceOptionswhose representation issrc.static TraceOptionsTraceOptions. fromBytes(byte[] buffer)Deprecated.usefromByte(byte).static TraceOptionsTraceOptions. fromBytes(byte[] src, int srcOffset)Deprecated.usefromByte(byte).static TraceOptionsTraceOptions. fromLowerBase16(java.lang.CharSequence src, int srcOffset)Returns aTraceOptionbuilt from a lowercase base16 representation.TraceOptionsSpanContext. getTraceOptions()Returns theTraceOptionsassociated with thisSpanContext.Methods in io.opencensus.trace with parameters of type TraceOptions Modifier and Type Method Description static TraceOptions.BuilderTraceOptions. builder(TraceOptions traceOptions)Returns a newTraceOptions.Builderwith all given options set.static SpanContextSpanContext. create(TraceId traceId, SpanId spanId, TraceOptions traceOptions)Deprecated.static SpanContextSpanContext. create(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)Creates a newSpanContextwith the given identifiers and options.Constructors in io.opencensus.trace with parameters of type TraceOptions Constructor Description SpanContext(TraceId traceId, SpanId spanId, TraceOptions traceOptions, Tracestate tracestate)
-