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.Kind
RecordEventsSpanImpl.kind
private Span.Kind
SpanBuilderImpl.kind
Methods 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 RecordEventsSpanImpl
RecordEventsSpanImpl.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 Span
SpanBuilderImpl.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.KindModifierConstructorDescriptionprivate
RecordEventsSpanImpl
(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
Methods in io.opencensus.trace that return Span.KindModifier and TypeMethodDescriptionstatic Span.Kind
Returns 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.Kind
for 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.Kind
SpanData.getKind()
Returns the kind of thisSpan
.Methods in io.opencensus.trace.export with parameters of type Span.KindModifier and TypeMethodDescriptionstatic SpanData
SpanData.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)