org.apache.accumulo.core.gc.thrift
Class GCMonitorService.Client

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

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


Nested Class Summary
static class GCMonitorService.Client.Factory
           
 
Field Summary
protected  org.apache.thrift.protocol.TProtocol iprot_
           
protected  org.apache.thrift.protocol.TProtocol oprot_
           
protected  int seqid_
           
 
Constructor Summary
GCMonitorService.Client(org.apache.thrift.protocol.TProtocol prot)
           
GCMonitorService.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()
           
 GCStatus getStatus(TInfo tinfo, AuthInfo credentials)
           
 GCStatus recv_getStatus()
           
 void send_getStatus(TInfo tinfo, AuthInfo credentials)
           
 
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

GCMonitorService.Client

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

GCMonitorService.Client

public GCMonitorService.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

getStatus

public GCStatus getStatus(TInfo tinfo,
                          AuthInfo credentials)
                   throws ThriftSecurityException,
                          org.apache.thrift.TException
Specified by:
getStatus in interface GCMonitorService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getStatus

public void send_getStatus(TInfo tinfo,
                           AuthInfo credentials)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getStatus

public GCStatus recv_getStatus()
                        throws ThriftSecurityException,
                               org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException


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