|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteSpan | |
---|---|
cloudtrace.instrument.receivers | |
cloudtrace.thrift |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |