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
Methods in io.opencensus.implcore.trace that return Span.KindMethods in io.opencensus.implcore.trace with parameters of type Span.KindModifier and TypeMethodDescriptionstatic 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. -
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.setSpanKind(Span.Kind spanKind) Sets theSpan.Kindfor the newly createdSpan. -
Uses of Span.Kind in io.opencensus.trace.export
Methods in io.opencensus.trace.export that return Span.KindModifier and TypeMethodDescriptionabstract 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.