Uses of Class
org.apache.accumulo.trace.thrift.RemoteSpan

Packages that use RemoteSpan
org.apache.accumulo.core.trace   
org.apache.accumulo.server.monitor.servlets.trace   
org.apache.accumulo.trace.instrument.receivers   
org.apache.accumulo.trace.thrift   
 

Uses of RemoteSpan in org.apache.accumulo.core.trace
 

Fields in org.apache.accumulo.core.trace with type parameters of type RemoteSpan
 Map<Long,RemoteSpan> SpanTree.nodes
           
 

Methods in org.apache.accumulo.core.trace that return RemoteSpan
static RemoteSpan TraceFormatter.getRemoteSpan(Map.Entry<Key,Value> entry)
           
 

Methods in org.apache.accumulo.core.trace that return types with arguments of type RemoteSpan
static List<RemoteSpan> TraceDump.sortByStart(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, Collection<RemoteSpan> children)
           
 

Method parameters in org.apache.accumulo.core.trace with type arguments of type RemoteSpan
static List<RemoteSpan> TraceDump.sortByStart(Collection<RemoteSpan> spans)
           
 void SpanTreeVisitor.visit(int level, RemoteSpan parent, RemoteSpan node, Collection<RemoteSpan> children)
           
 

Uses of RemoteSpan in org.apache.accumulo.server.monitor.servlets.trace
 

Methods in org.apache.accumulo.server.monitor.servlets.trace with parameters of type RemoteSpan
 int ShowTraceLinkType.compare(RemoteSpan o1, RemoteSpan o2)
           
 

Uses of RemoteSpan in org.apache.accumulo.trace.instrument.receivers
 

Methods in org.apache.accumulo.trace.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 org.apache.accumulo.trace.thrift
 

Fields in org.apache.accumulo.trace.thrift declared as RemoteSpan
 RemoteSpan SpanReceiver.span_args.span
           
 

Methods in org.apache.accumulo.trace.thrift that return RemoteSpan
 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)
           
 

Methods in org.apache.accumulo.trace.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)
           
 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)
           
 

Constructors in org.apache.accumulo.trace.thrift with parameters of type RemoteSpan
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 © 2013 Apache Accumulo Project. All Rights Reserved.