org.apache.accumulo.core.client.impl.thrift
Class ThriftTest.Client

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by org.apache.accumulo.core.client.impl.thrift.ThriftTest.Client
All Implemented Interfaces:
ThriftTest.Iface
Enclosing class:
ThriftTest

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


Nested Class Summary
static class ThriftTest.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
ThriftTest.Client(org.apache.thrift.protocol.TProtocol prot)
           
ThriftTest.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 boolean fails()
           
 boolean recv_fails()
           
 boolean recv_success()
           
 boolean recv_throwsError()
           
 void send_fails()
           
 void send_success()
           
 void send_throwsError()
           
 boolean success()
           
 boolean throwsError()
           
 
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

ThriftTest.Client

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

ThriftTest.Client

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

success

public boolean success()
                throws org.apache.thrift.TException
Specified by:
success in interface ThriftTest.Iface
Throws:
org.apache.thrift.TException

send_success

public void send_success()
                  throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_success

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

fails

public boolean fails()
              throws org.apache.thrift.TException
Specified by:
fails in interface ThriftTest.Iface
Throws:
org.apache.thrift.TException

send_fails

public void send_fails()
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_fails

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

throwsError

public boolean throwsError()
                    throws ThriftSecurityException,
                           org.apache.thrift.TException
Specified by:
throwsError in interface ThriftTest.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_throwsError

public void send_throwsError()
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_throwsError

public boolean recv_throwsError()
                         throws ThriftSecurityException,
                                org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException


Copyright © 2015 Apache Accumulo Project. All rights reserved.