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

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

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


Nested Class Summary
static class GCMonitorService.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, 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
 GCStatus getStatus(TInfo tinfo, TCredentials credentials)
           
 GCStatus recv_getStatus()
           
 void send_getStatus(TInfo tinfo, TCredentials credentials)
           
 
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

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

getStatus

public GCStatus getStatus(TInfo tinfo,
                          TCredentials 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,
                           TCredentials 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 Apache Accumulo Project. All Rights Reserved.