Uses of Enum
io.opencensus.trace.Span.Kind
Packages that use Span.Kind
Package
Description
API for distributed tracing.
-
Uses of Span.Kind in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as Span.KindModifier and TypeFieldDescriptionprivate final Span.KindRecordEventsSpanImpl.kindprivate Span.KindSpanBuilderImpl.kindMethods in io.opencensus.implcore.trace that return Span.KindMethods in io.opencensus.implcore.trace with parameters of type Span.KindModifier and TypeMethodDescriptionSpanBuilderImpl.setSpanKind(Span.Kind kind) static RecordEventsSpanImplRecordEventsSpanImpl.startSpan(SpanContext context, String name, Span.Kind kind, SpanId parentSpanId, Boolean hasRemoteParent, TraceParams traceParams, RecordEventsSpanImpl.StartEndHandler startEndHandler, TimestampConverter timestampConverter, Clock clock) Creates and starts a span with the given configuration.private SpanSpanBuilderImpl.startSpanInternal(SpanContext parentContext, Boolean hasRemoteParent, String name, Sampler sampler, List<Span> parentLinks, Boolean recordEvents, Span.Kind kind, Span parentSpan) Constructors in io.opencensus.implcore.trace with parameters of type Span.KindModifierConstructorDescriptionprivateRecordEventsSpanImpl(SpanContext context, String name, Span.Kind kind, SpanId parentSpanId, Boolean hasRemoteParent, TraceParams traceParams, RecordEventsSpanImpl.StartEndHandler startEndHandler, TimestampConverter timestampConverter, Clock clock) -
Uses of Span.Kind in io.opencensus.trace
Subclasses with type arguments of type Span.Kind in io.opencensus.traceMethods in io.opencensus.trace that return Span.KindModifier and TypeMethodDescriptionstatic Span.KindReturns the enum constant of this type with the specified name.static Span.Kind[]Span.Kind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace with parameters of type Span.KindModifier and TypeMethodDescriptionSpanBuilder.NoopSpanBuilder.setSpanKind(Span.Kind spanKind) SpanBuilder.setSpanKind(Span.Kind spanKind) Sets theSpan.Kindfor the newly createdSpan. -
Uses of Span.Kind in io.opencensus.trace.export
Fields in io.opencensus.trace.export declared as Span.KindMethods in io.opencensus.trace.export that return Span.KindModifier and TypeMethodDescriptionAutoValue_SpanData.getKind()abstract Span.KindSpanData.getKind()Returns the kind of thisSpan.Methods in io.opencensus.trace.export with parameters of type Span.KindModifier and TypeMethodDescriptionstatic SpanDataSpanData.create(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<? extends BaseMessageEvent> messageOrNetworkEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp) Returns a new immutableSpanData.Constructors in io.opencensus.trace.export with parameters of type Span.KindModifierConstructorDescription(package private)AutoValue_SpanData(SpanContext context, SpanId parentSpanId, Boolean hasRemoteParent, String name, Span.Kind kind, Timestamp startTimestamp, SpanData.Attributes attributes, SpanData.TimedEvents<Annotation> annotations, SpanData.TimedEvents<MessageEvent> messageEvents, SpanData.Links links, Integer childSpanCount, Status status, Timestamp endTimestamp)