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