Uses of Class
io.opentelemetry.proto.trace.v1.Span.SpanKind
-
Packages that use Span.SpanKind Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Span.SpanKind in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.SpanKind Modifier and Type Method Description static Span.SpanKindSpan.SpanKind. forNumber(int value)Span.SpanKindSpan.Builder. getKind()Distinguishes between spans generated in a particular context.Span.SpanKindSpan. getKind()Distinguishes between spans generated in a particular context.Span.SpanKindSpanOrBuilder. getKind()Distinguishes between spans generated in a particular context.static Span.SpanKindSpan.SpanKind. valueOf(int value)Deprecated.static Span.SpanKindSpan.SpanKind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Span.SpanKindSpan.SpanKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Span.SpanKind[]Span.SpanKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.SpanKind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Span.SpanKind>Span.SpanKind. internalGetValueMap()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.SpanKind Modifier and Type Method Description Span.BuilderSpan.Builder. setKind(Span.SpanKind value)Distinguishes between spans generated in a particular context.
-