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_OPTIONSprivate static final EnumSet<Span.Options> RecordEventsSpanImpl.RECORD_EVENTS_SPAN_OPTIONS -
Uses of Span.Options in io.opencensus.trace
Subclasses with type arguments of type Span.Options in io.opencensus.traceFields in io.opencensus.trace with type parameters of type Span.OptionsModifier and TypeFieldDescriptionprivate static final Set<Span.Options> Span.DEFAULT_OPTIONSprivate final Set<Span.Options> Span.optionsMethods in io.opencensus.trace that return Span.OptionsModifier and TypeMethodDescriptionstatic Span.OptionsReturns 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.OptionsModifierConstructorDescriptionprotectedSpan(SpanContext context, EnumSet<Span.Options> options) Creates a newSpan.