| Package | Description |
|---|---|
| com.twitter.zipkin.gen |
| Modifier and Type | Method | Description |
|---|---|---|
static BinaryAnnotation |
BinaryAnnotation.address(java.lang.String key,
Endpoint endpoint) |
Special-cased form supporting
Constants.CLIENT_ADDR and Constants.SERVER_ADDR. |
static BinaryAnnotation |
BinaryAnnotation.create(java.lang.String key,
byte[] value,
AnnotationType type,
Endpoint endpoint) |
|
static BinaryAnnotation |
BinaryAnnotation.create(java.lang.String key,
java.lang.String value,
Endpoint endpoint) |
String values are the only queryable type of binary annotation.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<BinaryAnnotation> |
Span.getBinary_annotations() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
Span |
Span.addToBinary_annotations(BinaryAnnotation elem) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
Span |
Span.setBinaryAnnotations(java.util.List<BinaryAnnotation> binary_annotations) |
Deprecated.
|
Copyright © 2018 OpenZipkin. All rights reserved.