Package | Description |
---|---|
org.apache.accumulo.core.trace | |
org.apache.accumulo.server.monitor.servlets.trace | |
org.apache.accumulo.trace.instrument.receivers | |
org.apache.accumulo.trace.thrift |
Modifier and Type | Field and Description |
---|---|
Map<Long,RemoteSpan> |
SpanTree.nodes |
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) |
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 | Method and Description |
---|---|
int |
ShowTraceLinkType.compare(RemoteSpan o1,
RemoteSpan o2) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AsyncSpanReceiver.send(Destination resource,
RemoteSpan span) |
protected void |
SendSpansViaThrift.send(SpanReceiver.Client client,
RemoteSpan s) |
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.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<SpanReceiver.AsyncClient.span_call> resultHandler) |
void |
SpanReceiver.AsyncClient.span(RemoteSpan span,
org.apache.thrift.async.AsyncMethodCallback<SpanReceiver.AsyncClient.span_call> resultHandler) |
Constructor and Description |
---|
RemoteSpan(RemoteSpan other)
Performs a deep copy on other.
|
SpanReceiver.AsyncClient.span_call(RemoteSpan span,
org.apache.thrift.async.AsyncMethodCallback<SpanReceiver.AsyncClient.span_call> 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 © 2011-2015 The Apache Software Foundation. All Rights Reserved.