org.apache.accumulo.core.master.thrift
Class MasterClientService.Client

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

public static class MasterClientService.Client
extends ClientService.Client
implements org.apache.thrift.TServiceClient, MasterClientService.Iface


Nested Class Summary
static class MasterClientService.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
iprot_, oprot_, seqid_
 
Constructor Summary
MasterClientService.Client(org.apache.thrift.protocol.TProtocol prot)
           
MasterClientService.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void deleteTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void flushTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 MasterMonitorInfo getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 void offlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void onlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void recv_createTable()
           
 void recv_deleteTable()
           
 void recv_flushTable()
           
 MasterMonitorInfo recv_getMasterStats()
           
 void recv_offlineTable()
           
 void recv_onlineTable()
           
 void recv_removeSystemProperty()
           
 void recv_removeTableProperty()
           
 void recv_renameTable()
           
 void recv_setMasterGoalState()
           
 void recv_setSystemProperty()
           
 void recv_setTableProperty()
           
 void recv_shutdown()
           
 void recv_shutdownTabletServer()
           
 void removeSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
 void removeTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
 void renameTable(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
 void reportSplitExtent(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
 void reportTabletStatus(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void send_createTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.util.List<byte[]> splitPoints, java.util.Map<java.lang.String,java.lang.String> aggs, TimeType tt)
           
 void send_deleteTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void send_flushTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void send_getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 void send_offlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void send_onlineTable(TInfo tinfo, AuthInfo credentials, java.lang.String tableName)
           
 void send_removeSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property)
           
 void send_removeTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property)
           
 void send_renameTable(TInfo tinfo, AuthInfo credentials, java.lang.String oldTableName, java.lang.String newTableName)
           
 void send_reportSplitExtent(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletSplit split)
           
 void send_reportTabletStatus(TInfo tinfo, AuthInfo credentials, java.lang.String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void send_setMasterGoalState(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
 void send_setSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
 void send_setTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
 void send_shutdown(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
 void send_shutdownTabletServer(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 void setMasterGoalState(TInfo tinfo, AuthInfo credentials, MasterGoalState state)
           
 void setSystemProperty(TInfo tinfo, AuthInfo credentials, java.lang.String property, java.lang.String value)
           
 void setTableProperty(TInfo tinfo, AuthInfo credentials, java.lang.String tableName, java.lang.String property, java.lang.String value)
           
 void shutdown(TInfo tinfo, AuthInfo credentials, boolean stopTabletServers)
           
 void shutdownTabletServer(TInfo tinfo, AuthInfo credentials, java.lang.String tabletServer)
           
 
Methods inherited from class org.apache.accumulo.core.client.impl.thrift.ClientService.Client
authenticateUser, changeAuthorizations, changePassword, createUser, dropUser, finishBulkImport, getInputProtocol, getInstanceId, getOutputProtocol, getRootTabletLocation, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, listUsers, ping, prepareBulkImport, recv_authenticateUser, recv_changeAuthorizations, recv_changePassword, recv_createUser, recv_dropUser, recv_finishBulkImport, recv_getInstanceId, recv_getRootTabletLocation, recv_getUserAuthorizations, recv_getZooKeepers, recv_grantSystemPermission, recv_grantTablePermission, recv_hasSystemPermission, recv_hasTablePermission, recv_listUsers, recv_ping, recv_prepareBulkImport, recv_revokeSystemPermission, recv_revokeTablePermission, revokeSystemPermission, revokeTablePermission, send_authenticateUser, send_changeAuthorizations, send_changePassword, send_createUser, send_dropUser, send_finishBulkImport, send_getInstanceId, send_getRootTabletLocation, send_getUserAuthorizations, send_getZooKeepers, send_grantSystemPermission, send_grantTablePermission, send_hasSystemPermission, send_hasTablePermission, send_listUsers, send_ping, send_prepareBulkImport, send_revokeSystemPermission, send_revokeTablePermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol
 
Methods inherited from interface org.apache.accumulo.core.client.impl.thrift.ClientService.Iface
authenticateUser, changeAuthorizations, changePassword, createUser, dropUser, finishBulkImport, getInstanceId, getRootTabletLocation, getUserAuthorizations, getZooKeepers, grantSystemPermission, grantTablePermission, hasSystemPermission, hasTablePermission, listUsers, ping, prepareBulkImport, revokeSystemPermission, revokeTablePermission
 

Constructor Detail

MasterClientService.Client

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

MasterClientService.Client

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

createTable

public void createTable(TInfo tinfo,
                        AuthInfo credentials,
                        java.lang.String tableName,
                        java.util.List<byte[]> splitPoints,
                        java.util.Map<java.lang.String,java.lang.String> aggs,
                        TimeType tt)
                 throws ThriftSecurityException,
                        ThriftTableOperationException,
                        org.apache.thrift.TException
Specified by:
createTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_createTable

public void send_createTable(TInfo tinfo,
                             AuthInfo credentials,
                             java.lang.String tableName,
                             java.util.List<byte[]> splitPoints,
                             java.util.Map<java.lang.String,java.lang.String> aggs,
                             TimeType tt)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createTable

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

deleteTable

public void deleteTable(TInfo tinfo,
                        AuthInfo credentials,
                        java.lang.String tableName)
                 throws ThriftSecurityException,
                        ThriftTableOperationException,
                        org.apache.thrift.TException
Specified by:
deleteTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_deleteTable

public void send_deleteTable(TInfo tinfo,
                             AuthInfo credentials,
                             java.lang.String tableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_deleteTable

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

renameTable

public void renameTable(TInfo tinfo,
                        AuthInfo credentials,
                        java.lang.String oldTableName,
                        java.lang.String newTableName)
                 throws ThriftSecurityException,
                        ThriftTableOperationException,
                        org.apache.thrift.TException
Specified by:
renameTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_renameTable

public void send_renameTable(TInfo tinfo,
                             AuthInfo credentials,
                             java.lang.String oldTableName,
                             java.lang.String newTableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_renameTable

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

offlineTable

public void offlineTable(TInfo tinfo,
                         AuthInfo credentials,
                         java.lang.String tableName)
                  throws ThriftSecurityException,
                         ThriftTableOperationException,
                         org.apache.thrift.TException
Specified by:
offlineTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_offlineTable

public void send_offlineTable(TInfo tinfo,
                              AuthInfo credentials,
                              java.lang.String tableName)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_offlineTable

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

onlineTable

public void onlineTable(TInfo tinfo,
                        AuthInfo credentials,
                        java.lang.String tableName)
                 throws ThriftSecurityException,
                        ThriftTableOperationException,
                        org.apache.thrift.TException
Specified by:
onlineTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_onlineTable

public void send_onlineTable(TInfo tinfo,
                             AuthInfo credentials,
                             java.lang.String tableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_onlineTable

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

flushTable

public void flushTable(TInfo tinfo,
                       AuthInfo credentials,
                       java.lang.String tableName)
                throws ThriftSecurityException,
                       ThriftTableOperationException,
                       org.apache.thrift.TException
Specified by:
flushTable in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_flushTable

public void send_flushTable(TInfo tinfo,
                            AuthInfo credentials,
                            java.lang.String tableName)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_flushTable

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

setTableProperty

public void setTableProperty(TInfo tinfo,
                             AuthInfo credentials,
                             java.lang.String tableName,
                             java.lang.String property,
                             java.lang.String value)
                      throws ThriftSecurityException,
                             ThriftTableOperationException,
                             org.apache.thrift.TException
Specified by:
setTableProperty in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_setTableProperty

public void send_setTableProperty(TInfo tinfo,
                                  AuthInfo credentials,
                                  java.lang.String tableName,
                                  java.lang.String property,
                                  java.lang.String value)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setTableProperty

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

removeTableProperty

public void removeTableProperty(TInfo tinfo,
                                AuthInfo credentials,
                                java.lang.String tableName,
                                java.lang.String property)
                         throws ThriftSecurityException,
                                ThriftTableOperationException,
                                org.apache.thrift.TException
Specified by:
removeTableProperty in interface MasterClientService.Iface
Throws:
ThriftSecurityException
ThriftTableOperationException
org.apache.thrift.TException

send_removeTableProperty

public void send_removeTableProperty(TInfo tinfo,
                                     AuthInfo credentials,
                                     java.lang.String tableName,
                                     java.lang.String property)
                              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeTableProperty

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

setMasterGoalState

public void setMasterGoalState(TInfo tinfo,
                               AuthInfo credentials,
                               MasterGoalState state)
                        throws ThriftSecurityException,
                               org.apache.thrift.TException
Specified by:
setMasterGoalState in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_setMasterGoalState

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

recv_setMasterGoalState

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

shutdown

public void shutdown(TInfo tinfo,
                     AuthInfo credentials,
                     boolean stopTabletServers)
              throws ThriftSecurityException,
                     org.apache.thrift.TException
Specified by:
shutdown in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_shutdown

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

recv_shutdown

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

shutdownTabletServer

public void shutdownTabletServer(TInfo tinfo,
                                 AuthInfo credentials,
                                 java.lang.String tabletServer)
                          throws ThriftSecurityException,
                                 org.apache.thrift.TException
Specified by:
shutdownTabletServer in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_shutdownTabletServer

public void send_shutdownTabletServer(TInfo tinfo,
                                      AuthInfo credentials,
                                      java.lang.String tabletServer)
                               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_shutdownTabletServer

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

setSystemProperty

public void setSystemProperty(TInfo tinfo,
                              AuthInfo credentials,
                              java.lang.String property,
                              java.lang.String value)
                       throws ThriftSecurityException,
                              org.apache.thrift.TException
Specified by:
setSystemProperty in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_setSystemProperty

public void send_setSystemProperty(TInfo tinfo,
                                   AuthInfo credentials,
                                   java.lang.String property,
                                   java.lang.String value)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setSystemProperty

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

removeSystemProperty

public void removeSystemProperty(TInfo tinfo,
                                 AuthInfo credentials,
                                 java.lang.String property)
                          throws ThriftSecurityException,
                                 org.apache.thrift.TException
Specified by:
removeSystemProperty in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_removeSystemProperty

public void send_removeSystemProperty(TInfo tinfo,
                                      AuthInfo credentials,
                                      java.lang.String property)
                               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeSystemProperty

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

getMasterStats

public MasterMonitorInfo getMasterStats(TInfo tinfo,
                                        AuthInfo credentials)
                                 throws ThriftSecurityException,
                                        org.apache.thrift.TException
Specified by:
getMasterStats in interface MasterClientService.Iface
Throws:
ThriftSecurityException
org.apache.thrift.TException

send_getMasterStats

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

recv_getMasterStats

public MasterMonitorInfo recv_getMasterStats()
                                      throws ThriftSecurityException,
                                             org.apache.thrift.TException
Throws:
ThriftSecurityException
org.apache.thrift.TException

reportSplitExtent

public void reportSplitExtent(TInfo tinfo,
                              AuthInfo credentials,
                              java.lang.String serverName,
                              TabletSplit split)
                       throws org.apache.thrift.TException
Specified by:
reportSplitExtent in interface MasterClientService.Iface
Throws:
org.apache.thrift.TException

send_reportSplitExtent

public void send_reportSplitExtent(TInfo tinfo,
                                   AuthInfo credentials,
                                   java.lang.String serverName,
                                   TabletSplit split)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

reportTabletStatus

public void reportTabletStatus(TInfo tinfo,
                               AuthInfo credentials,
                               java.lang.String serverName,
                               TabletLoadState status,
                               TKeyExtent tablet)
                        throws org.apache.thrift.TException
Specified by:
reportTabletStatus in interface MasterClientService.Iface
Throws:
org.apache.thrift.TException

send_reportTabletStatus

public void send_reportTabletStatus(TInfo tinfo,
                                    AuthInfo credentials,
                                    java.lang.String serverName,
                                    TabletLoadState status,
                                    TKeyExtent tablet)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


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