-
Methods in zipkin2.proto3 that return Span.Kind
Modifier and Type |
Method |
Description |
static Span.Kind |
Span.Kind.fromValue(int value) |
Return the constant for value 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.
|
Constructors 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) |
|