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

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

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


Nested Class Summary
static class SpanReceiver.Client.Factory
           
 
Field Summary
protected  org.apache.thrift.protocol.TProtocol iprot_
           
protected  org.apache.thrift.protocol.TProtocol oprot_
           
protected  int 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
 org.apache.thrift.protocol.TProtocol getInputProtocol()
           
 org.apache.thrift.protocol.TProtocol getOutputProtocol()
           
 void send_span(RemoteSpan span)
           
 void span(RemoteSpan span)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iprot_

protected org.apache.thrift.protocol.TProtocol iprot_

oprot_

protected org.apache.thrift.protocol.TProtocol oprot_

seqid_

protected int seqid_
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

getInputProtocol

public org.apache.thrift.protocol.TProtocol getInputProtocol()
Specified by:
getInputProtocol in interface org.apache.thrift.TServiceClient

getOutputProtocol

public org.apache.thrift.protocol.TProtocol getOutputProtocol()
Specified by:
getOutputProtocol in interface org.apache.thrift.TServiceClient

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 © 2012 The Apache Software Foundation. All Rights Reserved.