org.apache.accumulo.core.tabletserver.thrift
Class TestService.Client

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

public static class TestService.Client
extends java.lang.Object
implements org.apache.thrift.TServiceClient, TestService.Iface


Nested Class Summary
static class TestService.Client.Factory
           
 
Field Summary
protected  org.apache.thrift.protocol.TProtocol iprot_
           
protected  org.apache.thrift.protocol.TProtocol oprot_
           
protected  int 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
 org.apache.thrift.protocol.TProtocol getInputProtocol()
           
 org.apache.thrift.protocol.TProtocol getOutputProtocol()
           
 void recv_setTimeOffset()
           
 void send_setTimeOffset(AuthInfo credentials, long millis)
           
 void setTimeOffset(AuthInfo credentials, long millis)
           
 
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

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

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

setTimeOffset

public void setTimeOffset(AuthInfo credentials,
                          long millis)
                   throws ThriftSecurityException,
                          org.apache.thrift.TException
Specified by:
setTimeOffset in interface TestService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_setTimeOffset

public void send_setTimeOffset(AuthInfo credentials,
                               long millis)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setTimeOffset

public void recv_setTimeOffset()
                        throws ThriftSecurityException,
                               org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.