| 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 |
ClientSpanState.getClientEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
Endpoint |
ServerSpanState.getServerEndpoint()
Gets the Endpoint (ip, port, service name) for this service.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.deepCopy() |
Endpoint |
BinaryAnnotation.getHost() |
Endpoint |
Annotation.getHost() |
Endpoint |
Endpoint.setIpv4(int ipv4) |
Endpoint |
Endpoint.setPort(short port) |
Endpoint |
Endpoint.setService_name(String service_name) |
| Modifier and Type | Method and Description |
|---|---|
int |
Endpoint.compareTo(Endpoint other) |
boolean |
Endpoint.equals(Endpoint that) |
BinaryAnnotation |
BinaryAnnotation.setHost(Endpoint host) |
Annotation |
Annotation.setHost(Endpoint host) |
| Constructor and Description |
|---|
Endpoint(Endpoint other)
Performs a deep copy on other.
|
Copyright © 2015. All Rights Reserved.