org.apache.accumulo.trace.thrift
Class SpanReceiver.Client

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by org.apache.accumulo.trace.thrift.SpanReceiver.Client
All Implemented Interfaces:
SpanReceiver.Iface
Enclosing class:
SpanReceiver

public static class SpanReceiver.Client
extends org.apache.thrift.TServiceClient
implements SpanReceiver.Iface


Nested Class Summary
static class SpanReceiver.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
SpanReceiver.Client(org.apache.thrift.protocol.TProtocol prot)
           
SpanReceiver.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void send_span(RemoteSpan span)
           
 void span(RemoteSpan span)
           
 
Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanReceiver.Client

public SpanReceiver.Client(org.apache.thrift.protocol.TProtocol prot)

SpanReceiver.Client

public SpanReceiver.Client(org.apache.thrift.protocol.TProtocol iprot,
                           org.apache.thrift.protocol.TProtocol oprot)
Method Detail

span

public void span(RemoteSpan span)
          throws org.apache.thrift.TException
Specified by:
span in interface SpanReceiver.Iface
Throws:
org.apache.thrift.TException

send_span

public void send_span(RemoteSpan span)
               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.