Package | Description |
---|---|
com.twitter.zipkin.gen | |
org.cloudera.htrace.zipkin |
Modifier and Type | Method and Description |
---|---|
Span |
Span.deepCopy() |
Span |
Span.setAnnotations(List<Annotation> annotations) |
Span |
Span.setBinary_annotations(List<BinaryAnnotation> binary_annotations) |
Span |
Span.setDebug(boolean debug) |
Span |
Span.setId(long id) |
Span |
Span.setName(String name) |
Span |
Span.setParent_id(long parent_id) |
Span |
Span.setTrace_id(long trace_id) |
Modifier and Type | Method and Description |
---|---|
int |
Span.compareTo(Span other) |
boolean |
Span.equals(Span that) |
Constructor and Description |
---|
Span(Span other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
Span |
HTraceToZipkinConverter.convert(Span hTraceSpan)
Converts a given HTrace span to a Zipkin Span.
|
Copyright © 2014. All rights reserved.