Interface IConfigNodeRPCService.AsyncIface

    • Method Detail

      • getClusterId

        void getClusterId​(org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp> resultHandler)
                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • registerDataNode

        void registerDataNode​(TDataNodeRegisterReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TDataNodeRegisterResp> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • restartDataNode

        void restartDataNode​(TDataNodeRestartReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TDataNodeRestartResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getSystemConfiguration

        void getSystemConfiguration​(org.apache.thrift.async.AsyncMethodCallback<TSystemConfigurationResp> resultHandler)
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • removeDataNode

        void removeDataNode​(TDataNodeRemoveReq req,
                            org.apache.thrift.async.AsyncMethodCallback<TDataNodeRemoveResp> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • reportDataNodeShutdown

        void reportDataNodeShutdown​(TDataNodeLocation dataNodeLocation,
                                    org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getDataNodeConfiguration

        void getDataNodeConfiguration​(int dataNodeId,
                                      org.apache.thrift.async.AsyncMethodCallback<TDataNodeConfigurationResp> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • reportRegionMigrateResult

        void reportRegionMigrateResult​(TRegionMigrateResultReportReq req,
                                       org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setDatabase

        void setDatabase​(TDatabaseSchema databaseSchema,
                         org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • alterDatabase

        void alterDatabase​(TDatabaseSchema databaseSchema,
                           org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deleteDatabase

        void deleteDatabase​(TDeleteDatabaseReq req,
                            org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deleteDatabases

        void deleteDatabases​(TDeleteDatabasesReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setTTL

        void setTTL​(TSetTTLReq req,
                    org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setSchemaReplicationFactor

        void setSchemaReplicationFactor​(TSetSchemaReplicationFactorReq req,
                                        org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setDataReplicationFactor

        void setDataReplicationFactor​(TSetDataReplicationFactorReq req,
                                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setTimePartitionInterval

        void setTimePartitionInterval​(TSetTimePartitionIntervalReq req,
                                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • countMatchedDatabases

        void countMatchedDatabases​(TGetDatabaseReq req,
                                   org.apache.thrift.async.AsyncMethodCallback<TCountDatabaseResp> resultHandler)
                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getMatchedDatabaseSchemas

        void getMatchedDatabaseSchemas​(TGetDatabaseReq req,
                                       org.apache.thrift.async.AsyncMethodCallback<TDatabaseSchemaResp> resultHandler)
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getSchemaPartitionTable

        void getSchemaPartitionTable​(TSchemaPartitionReq req,
                                     org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getOrCreateSchemaPartitionTable

        void getOrCreateSchemaPartitionTable​(TSchemaPartitionReq req,
                                             org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getSchemaNodeManagementPartition

        void getSchemaNodeManagementPartition​(TSchemaNodeManagementReq req,
                                              org.apache.thrift.async.AsyncMethodCallback<TSchemaNodeManagementResp> resultHandler)
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getDataPartitionTable

        void getDataPartitionTable​(TDataPartitionReq req,
                                   org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)
                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getOrCreateDataPartitionTable

        void getOrCreateDataPartitionTable​(TDataPartitionReq req,
                                           org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • operatePermission

        void operatePermission​(TAuthorizerReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • queryPermission

        void queryPermission​(TAuthorizerReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • login

        void login​(TLoginReq req,
                   org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)
            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • checkUserPrivileges

        void checkUserPrivileges​(TCheckUserPrivilegesReq req,
                                 org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)
                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • fetchAuthizedPatternTree

        void fetchAuthizedPatternTree​(TCheckUserPrivilegesReq req,
                                      org.apache.thrift.async.AsyncMethodCallback<TAuthizedPatternTreeResp> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • checkUserPrivilegeGrantOpt

        void checkUserPrivilegeGrantOpt​(TCheckUserPrivilegesReq req,
                                        org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • checkRoleOfUser

        void checkRoleOfUser​(TAuthorizerReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • registerConfigNode

        void registerConfigNode​(TConfigNodeRegisterReq req,
                                org.apache.thrift.async.AsyncMethodCallback<TConfigNodeRegisterResp> resultHandler)
                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • addConsensusGroup

        void addConsensusGroup​(TAddConsensusGroupReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • notifyRegisterSuccess

        void notifyRegisterSuccess​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • removeConfigNode

        void removeConfigNode​(TConfigNodeLocation configNodeLocation,
                              org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deleteConfigNodePeer

        void deleteConfigNodePeer​(TConfigNodeLocation configNodeLocation,
                                  org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • reportConfigNodeShutdown

        void reportConfigNodeShutdown​(TConfigNodeLocation configNodeLocation,
                                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • stopConfigNode

        void stopConfigNode​(TConfigNodeLocation configNodeLocation,
                            org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getConfigNodeHeartBeat

        void getConfigNodeHeartBeat​(TConfigNodeHeartbeatReq req,
                                    org.apache.thrift.async.AsyncMethodCallback<TConfigNodeHeartbeatResp> resultHandler)
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createFunction

        void createFunction​(TCreateFunctionReq req,
                            org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropFunction

        void dropFunction​(TDropFunctionReq req,
                          org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getUDFTable

        void getUDFTable​(org.apache.thrift.async.AsyncMethodCallback<TGetUDFTableResp> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getUDFJar

        void getUDFJar​(TGetJarInListReq req,
                       org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)
                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createTrigger

        void createTrigger​(TCreateTriggerReq req,
                           org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropTrigger

        void dropTrigger​(TDropTriggerReq req,
                         org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getLocationOfStatefulTrigger

        void getLocationOfStatefulTrigger​(String triggerName,
                                          org.apache.thrift.async.AsyncMethodCallback<TGetLocationForTriggerResp> resultHandler)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getTriggerTable

        void getTriggerTable​(org.apache.thrift.async.AsyncMethodCallback<TGetTriggerTableResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getStatefulTriggerTable

        void getStatefulTriggerTable​(org.apache.thrift.async.AsyncMethodCallback<TGetTriggerTableResp> resultHandler)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getTriggerJar

        void getTriggerJar​(TGetJarInListReq req,
                           org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createPipePlugin

        void createPipePlugin​(TCreatePipePluginReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropPipePlugin

        void dropPipePlugin​(TDropPipePluginReq req,
                            org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getPipePluginTable

        void getPipePluginTable​(org.apache.thrift.async.AsyncMethodCallback<TGetPipePluginTableResp> resultHandler)
                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getPipePluginJar

        void getPipePluginJar​(TGetJarInListReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TGetJarInListResp> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • merge

        void merge​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • flush

        void flush​(TFlushReq req,
                   org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • clearCache

        void clearCache​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • startRepairData

        void startRepairData​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • stopRepairData

        void stopRepairData​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • loadConfiguration

        void loadConfiguration​(org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setSystemStatus

        void setSystemStatus​(String status,
                             org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setDataNodeStatus

        void setDataNodeStatus​(TSetDataNodeStatusReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • migrateRegion

        void migrateRegion​(TMigrateRegionReq req,
                           org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • killQuery

        void killQuery​(String queryId,
                       int dataNodeId,
                       org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getRunningDataNodeLocations

        void getRunningDataNodeLocations​(org.apache.thrift.async.AsyncMethodCallback<TGetDataNodeLocationsResp> resultHandler)
                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showCluster

        void showCluster​(org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showVariables

        void showVariables​(org.apache.thrift.async.AsyncMethodCallback<TShowVariablesResp> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showDataNodes

        void showDataNodes​(org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showConfigNodes

        void showConfigNodes​(org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showDatabase

        void showDatabase​(TGetDatabaseReq req,
                          org.apache.thrift.async.AsyncMethodCallback<TShowDatabaseResp> resultHandler)
                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showRegion

        void showRegion​(TShowRegionReq req,
                        org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)
                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getLatestRegionRouteMap

        void getLatestRegionRouteMap​(org.apache.thrift.async.AsyncMethodCallback<TRegionRouteMapResp> resultHandler)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createSchemaTemplate

        void createSchemaTemplate​(TCreateSchemaTemplateReq req,
                                  org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getAllTemplates

        void getAllTemplates​(org.apache.thrift.async.AsyncMethodCallback<TGetAllTemplatesResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getTemplate

        void getTemplate​(String req,
                         org.apache.thrift.async.AsyncMethodCallback<TGetTemplateResp> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setSchemaTemplate

        void setSchemaTemplate​(TSetSchemaTemplateReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deactivateSchemaTemplate

        void deactivateSchemaTemplate​(TDeactivateSchemaTemplateReq req,
                                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • unsetSchemaTemplate

        void unsetSchemaTemplate​(TUnsetSchemaTemplateReq req,
                                 org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropSchemaTemplate

        void dropSchemaTemplate​(String req,
                                org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • alterSchemaTemplate

        void alterSchemaTemplate​(TAlterSchemaTemplateReq req,
                                 org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deleteTimeSeries

        void deleteTimeSeries​(TDeleteTimeSeriesReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • deleteLogicalView

        void deleteLogicalView​(TDeleteLogicalViewReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • alterLogicalView

        void alterLogicalView​(TAlterLogicalViewReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createPipe

        void createPipe​(TCreatePipeReq req,
                        org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • startPipe

        void startPipe​(String pipeName,
                       org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • stopPipe

        void stopPipe​(String pipeName,
                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropPipe

        void dropPipe​(String pipeName,
                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showPipe

        void showPipe​(TShowPipeReq req,
                      org.apache.thrift.async.AsyncMethodCallback<TShowPipeResp> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getAllPipeInfo

        void getAllPipeInfo​(org.apache.thrift.async.AsyncMethodCallback<TGetAllPipeInfoResp> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • executeSyncCommand

        void executeSyncCommand​(ByteBuffer configPhysicalPlanBinary,
                                org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getRegionId

        void getRegionId​(TGetRegionIdReq req,
                         org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)
                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getTimeSlotList

        void getTimeSlotList​(TGetTimeSlotListReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • countTimeSlotList

        void countTimeSlotList​(TCountTimeSlotListReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TCountTimeSlotListResp> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getSeriesSlotList

        void getSeriesSlotList​(TGetSeriesSlotListReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • createCQ

        void createCQ​(TCreateCQReq req,
                      org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • dropCQ

        void dropCQ​(TDropCQReq req,
                    org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showCQ

        void showCQ​(org.apache.thrift.async.AsyncMethodCallback<TShowCQResp> resultHandler)
             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setSpaceQuota

        void setSpaceQuota​(TSetSpaceQuotaReq req,
                           org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showSpaceQuota

        void showSpaceQuota​(List<String> databases,
                            org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)
                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getSpaceQuota

        void getSpaceQuota​(org.apache.thrift.async.AsyncMethodCallback<TSpaceQuotaResp> resultHandler)
                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • setThrottleQuota

        void setThrottleQuota​(TSetThrottleQuotaReq req,
                              org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • showThrottleQuota

        void showThrottleQuota​(TShowThrottleReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • getThrottleQuota

        void getThrottleQuota​(org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException