Uses of Class
zipkin2.proto3.Span.Kind
-
Packages that use Span.Kind Package Description zipkin2.proto3 -
-
Uses of Span.Kind in zipkin2.proto3
Fields in zipkin2.proto3 declared as Span.Kind Modifier and Type Field Description static Span.KindSpan. DEFAULT_KINDSpan.KindSpan.Builder. kindSpan.KindSpan. kindWhen present, used to interpret remote_endpointFields in zipkin2.proto3 with type parameters of type Span.Kind Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Span.Kind>Span.Kind. ADAPTERMethods in zipkin2.proto3 that return Span.Kind Modifier and Type Method Description static Span.KindSpan.Kind. fromValue(int value)Return the constant forvalueor null.static Span.KindSpan.Kind. valueOf(String name)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 zipkin2.proto3 with parameters of type Span.Kind Modifier and Type Method Description Span.BuilderSpan.Builder. kind(Span.Kind kind)When present, used to interpret remote_endpointConstructors in zipkin2.proto3 with parameters of type Span.Kind Constructor Description Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, String name, Long timestamp, Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, List<Annotation> annotations, Map<String,String> tags, Boolean debug, Boolean shared)Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, String name, Long timestamp, Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, List<Annotation> annotations, Map<String,String> tags, Boolean debug, Boolean shared, okio.ByteString unknownFields)
-