Package | Description |
---|---|
com.twitter.zipkin.gen |
Modifier and Type | Field and Description |
---|---|
List<Annotation> |
Span.annotations |
Modifier and Type | Method and Description |
---|---|
Annotation |
Annotation.deepCopy() |
Annotation |
Annotation.setDuration(int duration) |
Annotation |
Annotation.setHost(Endpoint host) |
Annotation |
Annotation.setTimestamp(long timestamp) |
Annotation |
Annotation.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
Span.getAnnotations() |
Iterator<Annotation> |
Span.getAnnotationsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Span.addToAnnotations(Annotation elem) |
int |
Annotation.compareTo(Annotation other) |
boolean |
Annotation.equals(Annotation that) |
Modifier and Type | Method and Description |
---|---|
Span |
Span.setAnnotations(List<Annotation> annotations) |
Constructor and Description |
---|
Annotation(Annotation 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.