Uses of Class
zipkin2.Endpoint
-
Packages that use Endpoint Package Description zipkin2 zipkin2.v1 -
-
Uses of Endpoint in zipkin2
Methods in zipkin2 that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()EndpointSpan.Builder. localEndpoint()EndpointSpan. localEndpoint()The host that recorded this span, primarily for query by service name.EndpointSpan. remoteEndpoint()When an RPC (or messaging) span, indicates the other side of the connection.Methods in zipkin2 with parameters of type Endpoint Modifier and Type Method Description Span.BuilderSpan.Builder. localEndpoint(Endpoint localEndpoint)SetsSpan.localEndpointSpan.BuilderSpan.Builder. remoteEndpoint(Endpoint remoteEndpoint)SetsSpan.remoteEndpoint -
Uses of Endpoint in zipkin2.v1
Methods in zipkin2.v1 that return Endpoint Modifier and Type Method Description EndpointV1Annotation. endpoint()Deprecated.The host that reported this annotation or null if unknown.EndpointV1BinaryAnnotation. endpoint()Deprecated.WhenV1BinaryAnnotation.stringValue()is present, this is the same as theSpan.localEndpoint()Otherwise, it is the same as theSpan.remoteEndpoint().Methods in zipkin2.v1 with parameters of type Endpoint Modifier and Type Method Description V1Span.BuilderV1Span.Builder. addAnnotation(long timestamp, String value, Endpoint endpoint)SetsV1Span.annotations()V1Span.BuilderV1Span.Builder. addBinaryAnnotation(String key, String value, Endpoint endpoint)Creates a tag annotation, which is the same asSpan.tags()except duplicating the endpoint.V1Span.BuilderV1Span.Builder. addBinaryAnnotation(String address, Endpoint endpoint)Creates an address annotation, which is the same asSpan.remoteEndpoint()static V1AnnotationV1Annotation. create(long timestamp, String value, Endpoint endpoint)Deprecated.static V1BinaryAnnotationV1BinaryAnnotation. createAddress(String address, Endpoint endpoint)Deprecated.Creates an address annotation, which is the same asSpan.remoteEndpoint()static V1BinaryAnnotationV1BinaryAnnotation. createString(String key, String value, Endpoint endpoint)Deprecated.Creates a tag annotation, which is the same asSpan.tags()except duplicating the endpoint.
-