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

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

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


Nested Class Summary
static class TestService.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
TestService.Client(org.apache.thrift.protocol.TProtocol prot)
           
TestService.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 boolean checkTrace(TInfo tinfo, String message)
           
 boolean recv_checkTrace()
           
 void send_checkTrace(TInfo tinfo, String message)
           
 
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

TestService.Client

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

TestService.Client

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

checkTrace

public boolean checkTrace(TInfo tinfo,
                          String message)
                   throws org.apache.thrift.TException
Specified by:
checkTrace in interface TestService.Iface
Throws:
org.apache.thrift.TException

send_checkTrace

public void send_checkTrace(TInfo tinfo,
                            String message)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_checkTrace

public boolean recv_checkTrace()
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.