Package | Description |
---|---|
com.twitter.zipkin.gen |
Modifier and Type | Field and Description |
---|---|
List<BinaryAnnotation> |
Span.binary_annotations |
Modifier and Type | Method and Description |
---|---|
BinaryAnnotation |
BinaryAnnotation.deepCopy() |
BinaryAnnotation |
BinaryAnnotation.setAnnotation_type(AnnotationType annotation_type) |
BinaryAnnotation |
BinaryAnnotation.setHost(Endpoint host) |
BinaryAnnotation |
BinaryAnnotation.setKey(String key) |
BinaryAnnotation |
BinaryAnnotation.setValue(byte[] value) |
BinaryAnnotation |
BinaryAnnotation.setValue(ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
List<BinaryAnnotation> |
Span.getBinary_annotations() |
Iterator<BinaryAnnotation> |
Span.getBinary_annotationsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Span.addToBinary_annotations(BinaryAnnotation elem) |
int |
BinaryAnnotation.compareTo(BinaryAnnotation other) |
boolean |
BinaryAnnotation.equals(BinaryAnnotation that) |
Modifier and Type | Method and Description |
---|---|
Span |
Span.setBinary_annotations(List<BinaryAnnotation> binary_annotations) |
Constructor and Description |
---|
BinaryAnnotation(BinaryAnnotation other)
Performs a deep copy on other.
|
Constructor and Description |
---|
Span(long trace_id,
String name,
long id,
List<Annotation> annotations,
List<BinaryAnnotation> binary_annotations) |
Copyright © 2014. All rights reserved.