Uses of Enum
io.opencensus.trace.Span.Options
Packages that use Span.Options
-
Uses of Span.Options in io.opencensus.trace
Methods 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.