| Package | Description |
|---|---|
| org.apache.accumulo.tracer | |
| org.apache.accumulo.tracer.thrift |
| Modifier and Type | Field and Description |
|---|---|
Map<Long,RemoteSpan> |
SpanTree.nodes |
protected AbstractQueue<RemoteSpan> |
AsyncSpanReceiver.sendQueue |
| Modifier and Type | Method and Description |
|---|---|
static RemoteSpan |
TraceFormatter.getRemoteSpan(Map.Entry<Key,Value> entry) |
| Modifier and Type | Method and Description |
|---|---|
static List<RemoteSpan> |
TraceDump.sortByStart(Collection<RemoteSpan> spans) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpanTree.addNode(RemoteSpan span) |
protected abstract void |
AsyncSpanReceiver.send(Destination resource,
RemoteSpan span) |
protected void |
SendSpansViaThrift.send(SpanReceiver.Client client,
RemoteSpan s) |
void |
SpanTreeVisitor.visit(int level,
RemoteSpan parent,
RemoteSpan node,
Collection<RemoteSpan> children) |
| Modifier and Type | Method and Description |
|---|---|
static List<RemoteSpan> |
TraceDump.sortByStart(Collection<RemoteSpan> spans) |
void |
SpanTreeVisitor.visit(int level,
RemoteSpan parent,
RemoteSpan node,
Collection<RemoteSpan> children) |
| Modifier and Type | Field and Description |
|---|---|
RemoteSpan |
SpanReceiver.span_args.span |
| Modifier and Type | Method and Description |
|---|---|
RemoteSpan |
RemoteSpan.deepCopy() |
RemoteSpan |
SpanReceiver.span_args.getSpan() |
RemoteSpan |
RemoteSpan.setAnnotations(List<Annotation> annotations) |
RemoteSpan |
RemoteSpan.setData(Map<String,String> data) |
RemoteSpan |
RemoteSpan.setDescription(String description) |
RemoteSpan |
RemoteSpan.setParentId(long parentId) |
RemoteSpan |
RemoteSpan.setSender(String sender) |
RemoteSpan |
RemoteSpan.setSpanId(long spanId) |
RemoteSpan |
RemoteSpan.setStart(long start) |
RemoteSpan |
RemoteSpan.setStop(long stop) |
RemoteSpan |
RemoteSpan.setSvc(String svc) |
RemoteSpan |
RemoteSpan.setTraceId(long traceId) |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoteSpan.compareTo(RemoteSpan other) |
boolean |
RemoteSpan.equals(RemoteSpan that) |
void |
SpanReceiver.Client.send_span(RemoteSpan span) |
SpanReceiver.span_args |
SpanReceiver.span_args.setSpan(RemoteSpan span) |
void |
SpanReceiver.Iface.span(RemoteSpan span) |
void |
SpanReceiver.Client.span(RemoteSpan span) |
void |
SpanReceiver.AsyncIface.span(RemoteSpan span,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
SpanReceiver.AsyncClient.span(RemoteSpan span,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
| Constructor and Description |
|---|
RemoteSpan(RemoteSpan other)
Performs a deep copy on other.
|
SpanReceiver.AsyncClient.span_call(RemoteSpan span,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
SpanReceiver.span_args(RemoteSpan span) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.