| Package | Description |
|---|---|
| org.apache.accumulo.tracer | |
| org.apache.accumulo.tracer.thrift |
| Modifier and Type | Method and Description |
|---|---|
static List<Annotation> |
AsyncSpanReceiver.convertToAnnotations(List<org.apache.htrace.TimelineAnnotation> annotations) |
| Modifier and Type | Field and Description |
|---|---|
List<Annotation> |
RemoteSpan.annotations |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.deepCopy() |
Annotation |
Annotation.setMsg(String msg) |
Annotation |
Annotation.setTime(long time) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
RemoteSpan.getAnnotations() |
Iterator<Annotation> |
RemoteSpan.getAnnotationsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteSpan.addToAnnotations(Annotation elem) |
int |
Annotation.compareTo(Annotation other) |
boolean |
Annotation.equals(Annotation that) |
| Modifier and Type | Method and Description |
|---|---|
RemoteSpan |
RemoteSpan.setAnnotations(List<Annotation> annotations) |
| Constructor and Description |
|---|
Annotation(Annotation other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
RemoteSpan(String sender,
String svc,
long traceId,
long spanId,
long parentId,
long start,
long stop,
String description,
Map<String,String> data,
List<Annotation> annotations) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.