| Package | Description |
|---|---|
| com.github.kristofa.brave | |
| com.twitter.zipkin.gen |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
SpanAndEndpoint.endpoint()
Gets the Endpoint for the annotations.
|
Endpoint |
SpanAndEndpoint.ServerSpanAndEndpoint.endpoint()
Gets the Endpoint for the annotations.
|
Endpoint |
SpanAndEndpoint.ClientSpanAndEndpoint.endpoint()
Gets the Endpoint for the annotations.
|
Endpoint |
SpanAndEndpoint.LocalSpanAndEndpoint.endpoint()
The local endpoint is the same as the client endpoint.
|
Endpoint |
ThreadLocalServerClientAndLocalSpanState.getClientEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
ClientSpanState.getClientEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
ThreadLocalServerClientAndLocalSpanState.getServerEndpoint() |
Endpoint |
ServerSpanState.getServerEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
| Modifier and Type | Field and Description |
|---|---|
Endpoint |
BinaryAnnotation.host
The host that recorded tag, which allows you to differentiate between
multiple tags with the same key.
|
Endpoint |
Annotation.host
Always the host that recorded the event.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.deepCopy() |
Endpoint |
BinaryAnnotation.getHost()
The host that recorded tag, which allows you to differentiate between
multiple tags with the same key.
|
Endpoint |
Annotation.getHost()
Always the host that recorded the event.
|
Endpoint |
Endpoint.setIpv4(int ipv4)
IPv4 host address packed into 4 bytes.
|
Endpoint |
Endpoint.setPort(short port)
IPv4 port
Note: this is to be treated as an unsigned integer, so watch for negatives.
|
Endpoint |
Endpoint.setService_name(String service_name)
Service name in lowercase, such as "memcache" or "zipkin-web"
Conventionally, when the service name isn't known, service_name = "unknown".
|
| Modifier and Type | Method and Description |
|---|---|
int |
Endpoint.compareTo(Endpoint other) |
boolean |
Endpoint.equals(Endpoint that) |
BinaryAnnotation |
BinaryAnnotation.setHost(Endpoint host)
The host that recorded tag, which allows you to differentiate between
multiple tags with the same key.
|
Annotation |
Annotation.setHost(Endpoint host)
Always the host that recorded the event.
|
| Constructor and Description |
|---|
Endpoint(Endpoint other)
Performs a deep copy on other.
|
Copyright © 2015. All rights reserved.