Uses of Enum
io.opencensus.trace.Span.Options
Packages that use Span.Options
-
Uses of Span.Options in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace with type parameters of type Span.OptionsModifier and TypeFieldDescriptionprivate static final EnumSet
<Span.Options> NoRecordEventsSpanImpl.NOT_RECORD_EVENTS_SPAN_OPTIONS
private static final 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.OptionsModifier and TypeFieldDescriptionprivate static final Set
<Span.Options> Span.DEFAULT_OPTIONS
private final Set
<Span.Options> Span.options
Methods in io.opencensus.trace that return Span.OptionsModifier and TypeMethodDescriptionstatic Span.Options
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.OptionsModifier and TypeMethodDescriptionfinal Set
<Span.Options> Span.getOptions()
Returns the options associated with thisSpan
.Constructor parameters in io.opencensus.trace with type arguments of type Span.OptionsModifierConstructorDescriptionprotected
Span
(SpanContext context, EnumSet<Span.Options> options) Creates a newSpan
.