Uses of Class
zipkin2.proto3.Endpoint
-
Packages that use Endpoint Package Description zipkin2.proto3 -
-
Uses of Endpoint in zipkin2.proto3
Fields in zipkin2.proto3 declared as Endpoint Modifier and Type Field Description EndpointSpan.Builder. local_endpointEndpointSpan. local_endpointThe host that recorded this span, primarily for query by service name.EndpointSpan.Builder. remote_endpointEndpointSpan. remote_endpointWhen an RPC (or messaging) span, indicates the other side of the connection.Fields in zipkin2.proto3 with type parameters of type Endpoint Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Endpoint>Endpoint. ADAPTERMethods in zipkin2.proto3 that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()Methods in zipkin2.proto3 with parameters of type Endpoint Modifier and Type Method Description Span.BuilderSpan.Builder. local_endpoint(Endpoint local_endpoint)The host that recorded this span, primarily for query by service name.Span.BuilderSpan.Builder. remote_endpoint(Endpoint remote_endpoint)When an RPC (or messaging) span, indicates the other side of the connection.Constructors in zipkin2.proto3 with parameters of type Endpoint 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)
-