Package | Description |
---|---|
com.twitter.zipkin.gen |
Modifier and Type | Field and Description |
---|---|
Endpoint |
Annotation.host |
Endpoint |
BinaryAnnotation.host |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.deepCopy() |
Endpoint |
Annotation.getHost() |
Endpoint |
BinaryAnnotation.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) |
Annotation |
Annotation.setHost(Endpoint host) |
BinaryAnnotation |
BinaryAnnotation.setHost(Endpoint host) |
Constructor and Description |
---|
Endpoint(Endpoint other)
Performs a deep copy on other.
|
Copyright © 2014. All rights reserved.