|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteSpan | |
---|---|
cloudtrace.instrument.receivers | |
cloudtrace.thrift | |
org.apache.accumulo.core.trace |
Uses of RemoteSpan in cloudtrace.instrument.receivers |
---|
Methods in cloudtrace.instrument.receivers with parameters of type RemoteSpan | |
---|---|
protected abstract void |
AsyncSpanReceiver.send(Destination resource,
RemoteSpan span)
|
protected void |
SendSpansViaThrift.send(SpanReceiver.Client client,
RemoteSpan s)
|
Uses of RemoteSpan in cloudtrace.thrift |
---|
Fields in cloudtrace.thrift declared as RemoteSpan | |
---|---|
RemoteSpan |
SpanReceiver.span_args.span
|
Methods in cloudtrace.thrift that return RemoteSpan | |
---|---|
RemoteSpan |
RemoteSpan.deepCopy()
|
RemoteSpan |
SpanReceiver.span_args.getSpan()
|
RemoteSpan |
RemoteSpan.setData(java.util.Map<java.lang.String,java.lang.String> data)
|
RemoteSpan |
RemoteSpan.setDescription(java.lang.String description)
|
RemoteSpan |
RemoteSpan.setParentId(long parentId)
|
RemoteSpan |
RemoteSpan.setSender(java.lang.String sender)
|
RemoteSpan |
RemoteSpan.setSpanId(long spanId)
|
RemoteSpan |
RemoteSpan.setStart(long start)
|
RemoteSpan |
RemoteSpan.setStop(long stop)
|
RemoteSpan |
RemoteSpan.setSvc(java.lang.String svc)
|
RemoteSpan |
RemoteSpan.setTraceId(long traceId)
|
Methods in cloudtrace.thrift with parameters of type RemoteSpan | |
---|---|
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)
|
Constructors in cloudtrace.thrift with parameters of type RemoteSpan | |
---|---|
RemoteSpan(RemoteSpan other)
Performs a deep copy on other. |
|
SpanReceiver.span_args(RemoteSpan span)
|
Uses of RemoteSpan in org.apache.accumulo.core.trace |
---|
Fields in org.apache.accumulo.core.trace with type parameters of type RemoteSpan | |
---|---|
java.util.Map<java.lang.Long,RemoteSpan> |
SpanTree.nodes
|
Methods in org.apache.accumulo.core.trace that return RemoteSpan | |
---|---|
static RemoteSpan |
TraceFormatter.getRemoteSpan(java.util.Map.Entry<Key,Value> entry)
|
Methods in org.apache.accumulo.core.trace that return types with arguments of type RemoteSpan | |
---|---|
static java.util.List<RemoteSpan> |
TraceDump.sortByStart(java.util.Collection<RemoteSpan> spans)
|
Methods in org.apache.accumulo.core.trace with parameters of type RemoteSpan | |
---|---|
void |
SpanTree.addNode(RemoteSpan span)
|
void |
SpanTreeVisitor.visit(int level,
RemoteSpan parent,
RemoteSpan node,
java.util.Collection<RemoteSpan> children)
|
Method parameters in org.apache.accumulo.core.trace with type arguments of type RemoteSpan | |
---|---|
static java.util.List<RemoteSpan> |
TraceDump.sortByStart(java.util.Collection<RemoteSpan> spans)
|
void |
SpanTreeVisitor.visit(int level,
RemoteSpan parent,
RemoteSpan node,
java.util.Collection<RemoteSpan> children)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |