Uses of Class
io.opencensus.trace.Span.Options
-
Packages that use Span.Options Package Description io.opencensus.implcore.trace io.opencensus.trace API for distributed tracing. -
-
Uses of Span.Options in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type Span.Options Modifier and Type Field Description private static java.util.EnumSet<Span.Options>
NoRecordEventsSpanImpl. NOT_RECORD_EVENTS_SPAN_OPTIONS
private static java.util.EnumSet<Span.Options>
RecordEventsSpanImpl. RECORD_EVENTS_SPAN_OPTIONS
-
Uses of Span.Options in io.opencensus.trace
Fields in io.opencensus.trace with type parameters of type Span.Options Modifier and Type Field Description private static java.util.Set<Span.Options>
Span. DEFAULT_OPTIONS
private java.util.Set<Span.Options>
Span. options
Methods in io.opencensus.trace that return Span.Options Modifier and Type Method Description static Span.Options
Span.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Span.Options[]
Span.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace that return types with arguments of type Span.Options Modifier and Type Method Description java.util.Set<Span.Options>
Span. getOptions()
Returns the options associated with thisSpan
.Constructor parameters in io.opencensus.trace with type arguments of type Span.Options Constructor Description Span(SpanContext context, java.util.EnumSet<Span.Options> options)
Creates a newSpan
.
-