Uses of Class
zipkin2.proto3.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.Kind
Span. DEFAULT_KIND
Span.Kind
Span.Builder. kind
Span.Kind
Span. kind
When 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. ADAPTER
Methods in zipkin2.proto3 that return Span.Kind Modifier and Type Method Description static Span.Kind
Span.Kind. fromValue(int value)
Return the constant forvalue
or null.static Span.Kind
Span.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.Builder
Span.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)