org.apache.hadoop.hbase.protobuf.generated
Class MasterAdminProtos.MasterAdminService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService
      extended by org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, MasterAdminProtos.MasterAdminService.Interface
Enclosing class:
MasterAdminProtos.MasterAdminService

public static final class MasterAdminProtos.MasterAdminService.Stub
extends MasterAdminProtos.MasterAdminService
implements MasterAdminProtos.MasterAdminService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService
MasterAdminProtos.MasterAdminService.BlockingInterface, MasterAdminProtos.MasterAdminService.Interface, MasterAdminProtos.MasterAdminService.Stub
 
Method Summary
 void addColumn(com.google.protobuf.RpcController controller, MasterAdminProtos.AddColumnRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.AddColumnResponse> done)
           
 void assignRegion(com.google.protobuf.RpcController controller, MasterAdminProtos.AssignRegionRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.AssignRegionResponse> done)
           
 void balance(com.google.protobuf.RpcController controller, MasterAdminProtos.BalanceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.BalanceResponse> done)
           
 void createNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.CreateNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CreateNamespaceResponse> done)
           
 void createTable(com.google.protobuf.RpcController controller, MasterAdminProtos.CreateTableRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CreateTableResponse> done)
           
 void deleteColumn(com.google.protobuf.RpcController controller, MasterAdminProtos.DeleteColumnRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteColumnResponse> done)
           
 void deleteNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.DeleteNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteNamespaceResponse> done)
           
 void deleteSnapshot(com.google.protobuf.RpcController controller, MasterAdminProtos.DeleteSnapshotRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteSnapshotResponse> done)
           
 void deleteTable(com.google.protobuf.RpcController controller, MasterAdminProtos.DeleteTableRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteTableResponse> done)
           
 void disableTable(com.google.protobuf.RpcController controller, MasterAdminProtos.DisableTableRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DisableTableResponse> done)
           
 void dispatchMergingRegions(com.google.protobuf.RpcController controller, MasterAdminProtos.DispatchMergingRegionsRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.DispatchMergingRegionsResponse> done)
           
 void enableCatalogJanitor(com.google.protobuf.RpcController controller, MasterAdminProtos.EnableCatalogJanitorRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.EnableCatalogJanitorResponse> done)
           
 void enableTable(com.google.protobuf.RpcController controller, MasterAdminProtos.EnableTableRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.EnableTableResponse> done)
           
 void execMasterService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void getCompletedSnapshots(com.google.protobuf.RpcController controller, MasterAdminProtos.ListSnapshotRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListSnapshotResponse> done)
           
 void getNamespaceDescriptor(com.google.protobuf.RpcController controller, MasterAdminProtos.GetNamespaceDescriptorRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.GetNamespaceDescriptorResponse> done)
           
 void isCatalogJanitorEnabled(com.google.protobuf.RpcController controller, MasterAdminProtos.IsCatalogJanitorEnabledRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.IsCatalogJanitorEnabledResponse> done)
           
 void isMasterRunning(com.google.protobuf.RpcController controller, MasterProtos.IsMasterRunningRequest request, com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
           
 void isRestoreSnapshotDone(com.google.protobuf.RpcController controller, MasterAdminProtos.IsRestoreSnapshotDoneRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.IsRestoreSnapshotDoneResponse> done)
           
 void isSnapshotDone(com.google.protobuf.RpcController controller, MasterAdminProtos.IsSnapshotDoneRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.IsSnapshotDoneResponse> done)
           
 void listNamespaceDescriptors(com.google.protobuf.RpcController controller, MasterAdminProtos.ListNamespaceDescriptorsRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListNamespaceDescriptorsResponse> done)
           
 void listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableDescriptorsByNamespaceResponse> done)
           
 void listTableNamesByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableNamesByNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableNamesByNamespaceResponse> done)
           
 void modifyColumn(com.google.protobuf.RpcController controller, MasterAdminProtos.ModifyColumnRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyColumnResponse> done)
           
 void modifyNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ModifyNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyNamespaceResponse> done)
           
 void modifyTable(com.google.protobuf.RpcController controller, MasterAdminProtos.ModifyTableRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyTableResponse> done)
           
 void moveRegion(com.google.protobuf.RpcController controller, MasterAdminProtos.MoveRegionRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.MoveRegionResponse> done)
           
 void offlineRegion(com.google.protobuf.RpcController controller, MasterAdminProtos.OfflineRegionRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.OfflineRegionResponse> done)
           
 void restoreSnapshot(com.google.protobuf.RpcController controller, MasterAdminProtos.RestoreSnapshotRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.RestoreSnapshotResponse> done)
           
 void runCatalogScan(com.google.protobuf.RpcController controller, MasterAdminProtos.CatalogScanRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CatalogScanResponse> done)
           
 void setBalancerRunning(com.google.protobuf.RpcController controller, MasterAdminProtos.SetBalancerRunningRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.SetBalancerRunningResponse> done)
           
 void shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ShutdownResponse> done)
           
 void snapshot(com.google.protobuf.RpcController controller, MasterAdminProtos.TakeSnapshotRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.TakeSnapshotResponse> done)
           
 void stopMaster(com.google.protobuf.RpcController controller, MasterAdminProtos.StopMasterRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.StopMasterResponse> done)
           
 void unassignRegion(com.google.protobuf.RpcController controller, MasterAdminProtos.UnassignRegionRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.UnassignRegionResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

addColumn

public void addColumn(com.google.protobuf.RpcController controller,
                      MasterAdminProtos.AddColumnRequest request,
                      com.google.protobuf.RpcCallback<MasterAdminProtos.AddColumnResponse> done)
Specified by:
addColumn in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
addColumn in class MasterAdminProtos.MasterAdminService

deleteColumn

public void deleteColumn(com.google.protobuf.RpcController controller,
                         MasterAdminProtos.DeleteColumnRequest request,
                         com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteColumnResponse> done)
Specified by:
deleteColumn in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
deleteColumn in class MasterAdminProtos.MasterAdminService

modifyColumn

public void modifyColumn(com.google.protobuf.RpcController controller,
                         MasterAdminProtos.ModifyColumnRequest request,
                         com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyColumnResponse> done)
Specified by:
modifyColumn in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
modifyColumn in class MasterAdminProtos.MasterAdminService

moveRegion

public void moveRegion(com.google.protobuf.RpcController controller,
                       MasterAdminProtos.MoveRegionRequest request,
                       com.google.protobuf.RpcCallback<MasterAdminProtos.MoveRegionResponse> done)
Specified by:
moveRegion in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
moveRegion in class MasterAdminProtos.MasterAdminService

dispatchMergingRegions

public void dispatchMergingRegions(com.google.protobuf.RpcController controller,
                                   MasterAdminProtos.DispatchMergingRegionsRequest request,
                                   com.google.protobuf.RpcCallback<MasterAdminProtos.DispatchMergingRegionsResponse> done)
Specified by:
dispatchMergingRegions in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
dispatchMergingRegions in class MasterAdminProtos.MasterAdminService

assignRegion

public void assignRegion(com.google.protobuf.RpcController controller,
                         MasterAdminProtos.AssignRegionRequest request,
                         com.google.protobuf.RpcCallback<MasterAdminProtos.AssignRegionResponse> done)
Specified by:
assignRegion in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
assignRegion in class MasterAdminProtos.MasterAdminService

unassignRegion

public void unassignRegion(com.google.protobuf.RpcController controller,
                           MasterAdminProtos.UnassignRegionRequest request,
                           com.google.protobuf.RpcCallback<MasterAdminProtos.UnassignRegionResponse> done)
Specified by:
unassignRegion in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
unassignRegion in class MasterAdminProtos.MasterAdminService

offlineRegion

public void offlineRegion(com.google.protobuf.RpcController controller,
                          MasterAdminProtos.OfflineRegionRequest request,
                          com.google.protobuf.RpcCallback<MasterAdminProtos.OfflineRegionResponse> done)
Specified by:
offlineRegion in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
offlineRegion in class MasterAdminProtos.MasterAdminService

deleteTable

public void deleteTable(com.google.protobuf.RpcController controller,
                        MasterAdminProtos.DeleteTableRequest request,
                        com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteTableResponse> done)
Specified by:
deleteTable in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
deleteTable in class MasterAdminProtos.MasterAdminService

enableTable

public void enableTable(com.google.protobuf.RpcController controller,
                        MasterAdminProtos.EnableTableRequest request,
                        com.google.protobuf.RpcCallback<MasterAdminProtos.EnableTableResponse> done)
Specified by:
enableTable in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
enableTable in class MasterAdminProtos.MasterAdminService

disableTable

public void disableTable(com.google.protobuf.RpcController controller,
                         MasterAdminProtos.DisableTableRequest request,
                         com.google.protobuf.RpcCallback<MasterAdminProtos.DisableTableResponse> done)
Specified by:
disableTable in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
disableTable in class MasterAdminProtos.MasterAdminService

modifyTable

public void modifyTable(com.google.protobuf.RpcController controller,
                        MasterAdminProtos.ModifyTableRequest request,
                        com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyTableResponse> done)
Specified by:
modifyTable in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
modifyTable in class MasterAdminProtos.MasterAdminService

createTable

public void createTable(com.google.protobuf.RpcController controller,
                        MasterAdminProtos.CreateTableRequest request,
                        com.google.protobuf.RpcCallback<MasterAdminProtos.CreateTableResponse> done)
Specified by:
createTable in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
createTable in class MasterAdminProtos.MasterAdminService

shutdown

public void shutdown(com.google.protobuf.RpcController controller,
                     MasterAdminProtos.ShutdownRequest request,
                     com.google.protobuf.RpcCallback<MasterAdminProtos.ShutdownResponse> done)
Specified by:
shutdown in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
shutdown in class MasterAdminProtos.MasterAdminService

stopMaster

public void stopMaster(com.google.protobuf.RpcController controller,
                       MasterAdminProtos.StopMasterRequest request,
                       com.google.protobuf.RpcCallback<MasterAdminProtos.StopMasterResponse> done)
Specified by:
stopMaster in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
stopMaster in class MasterAdminProtos.MasterAdminService

balance

public void balance(com.google.protobuf.RpcController controller,
                    MasterAdminProtos.BalanceRequest request,
                    com.google.protobuf.RpcCallback<MasterAdminProtos.BalanceResponse> done)
Specified by:
balance in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
balance in class MasterAdminProtos.MasterAdminService

setBalancerRunning

public void setBalancerRunning(com.google.protobuf.RpcController controller,
                               MasterAdminProtos.SetBalancerRunningRequest request,
                               com.google.protobuf.RpcCallback<MasterAdminProtos.SetBalancerRunningResponse> done)
Specified by:
setBalancerRunning in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
setBalancerRunning in class MasterAdminProtos.MasterAdminService

runCatalogScan

public void runCatalogScan(com.google.protobuf.RpcController controller,
                           MasterAdminProtos.CatalogScanRequest request,
                           com.google.protobuf.RpcCallback<MasterAdminProtos.CatalogScanResponse> done)
Specified by:
runCatalogScan in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
runCatalogScan in class MasterAdminProtos.MasterAdminService

enableCatalogJanitor

public void enableCatalogJanitor(com.google.protobuf.RpcController controller,
                                 MasterAdminProtos.EnableCatalogJanitorRequest request,
                                 com.google.protobuf.RpcCallback<MasterAdminProtos.EnableCatalogJanitorResponse> done)
Specified by:
enableCatalogJanitor in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
enableCatalogJanitor in class MasterAdminProtos.MasterAdminService

isCatalogJanitorEnabled

public void isCatalogJanitorEnabled(com.google.protobuf.RpcController controller,
                                    MasterAdminProtos.IsCatalogJanitorEnabledRequest request,
                                    com.google.protobuf.RpcCallback<MasterAdminProtos.IsCatalogJanitorEnabledResponse> done)
Specified by:
isCatalogJanitorEnabled in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
isCatalogJanitorEnabled in class MasterAdminProtos.MasterAdminService

execMasterService

public void execMasterService(com.google.protobuf.RpcController controller,
                              ClientProtos.CoprocessorServiceRequest request,
                              com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
Specified by:
execMasterService in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
execMasterService in class MasterAdminProtos.MasterAdminService

snapshot

public void snapshot(com.google.protobuf.RpcController controller,
                     MasterAdminProtos.TakeSnapshotRequest request,
                     com.google.protobuf.RpcCallback<MasterAdminProtos.TakeSnapshotResponse> done)
Specified by:
snapshot in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
snapshot in class MasterAdminProtos.MasterAdminService

getCompletedSnapshots

public void getCompletedSnapshots(com.google.protobuf.RpcController controller,
                                  MasterAdminProtos.ListSnapshotRequest request,
                                  com.google.protobuf.RpcCallback<MasterAdminProtos.ListSnapshotResponse> done)
Specified by:
getCompletedSnapshots in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
getCompletedSnapshots in class MasterAdminProtos.MasterAdminService

deleteSnapshot

public void deleteSnapshot(com.google.protobuf.RpcController controller,
                           MasterAdminProtos.DeleteSnapshotRequest request,
                           com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteSnapshotResponse> done)
Specified by:
deleteSnapshot in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
deleteSnapshot in class MasterAdminProtos.MasterAdminService

isSnapshotDone

public void isSnapshotDone(com.google.protobuf.RpcController controller,
                           MasterAdminProtos.IsSnapshotDoneRequest request,
                           com.google.protobuf.RpcCallback<MasterAdminProtos.IsSnapshotDoneResponse> done)
Specified by:
isSnapshotDone in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
isSnapshotDone in class MasterAdminProtos.MasterAdminService

restoreSnapshot

public void restoreSnapshot(com.google.protobuf.RpcController controller,
                            MasterAdminProtos.RestoreSnapshotRequest request,
                            com.google.protobuf.RpcCallback<MasterAdminProtos.RestoreSnapshotResponse> done)
Specified by:
restoreSnapshot in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
restoreSnapshot in class MasterAdminProtos.MasterAdminService

isRestoreSnapshotDone

public void isRestoreSnapshotDone(com.google.protobuf.RpcController controller,
                                  MasterAdminProtos.IsRestoreSnapshotDoneRequest request,
                                  com.google.protobuf.RpcCallback<MasterAdminProtos.IsRestoreSnapshotDoneResponse> done)
Specified by:
isRestoreSnapshotDone in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
isRestoreSnapshotDone in class MasterAdminProtos.MasterAdminService

isMasterRunning

public void isMasterRunning(com.google.protobuf.RpcController controller,
                            MasterProtos.IsMasterRunningRequest request,
                            com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
Specified by:
isMasterRunning in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
isMasterRunning in class MasterAdminProtos.MasterAdminService

modifyNamespace

public void modifyNamespace(com.google.protobuf.RpcController controller,
                            MasterAdminProtos.ModifyNamespaceRequest request,
                            com.google.protobuf.RpcCallback<MasterAdminProtos.ModifyNamespaceResponse> done)
Specified by:
modifyNamespace in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
modifyNamespace in class MasterAdminProtos.MasterAdminService

createNamespace

public void createNamespace(com.google.protobuf.RpcController controller,
                            MasterAdminProtos.CreateNamespaceRequest request,
                            com.google.protobuf.RpcCallback<MasterAdminProtos.CreateNamespaceResponse> done)
Specified by:
createNamespace in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
createNamespace in class MasterAdminProtos.MasterAdminService

deleteNamespace

public void deleteNamespace(com.google.protobuf.RpcController controller,
                            MasterAdminProtos.DeleteNamespaceRequest request,
                            com.google.protobuf.RpcCallback<MasterAdminProtos.DeleteNamespaceResponse> done)
Specified by:
deleteNamespace in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
deleteNamespace in class MasterAdminProtos.MasterAdminService

getNamespaceDescriptor

public void getNamespaceDescriptor(com.google.protobuf.RpcController controller,
                                   MasterAdminProtos.GetNamespaceDescriptorRequest request,
                                   com.google.protobuf.RpcCallback<MasterAdminProtos.GetNamespaceDescriptorResponse> done)
Specified by:
getNamespaceDescriptor in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
getNamespaceDescriptor in class MasterAdminProtos.MasterAdminService

listNamespaceDescriptors

public void listNamespaceDescriptors(com.google.protobuf.RpcController controller,
                                     MasterAdminProtos.ListNamespaceDescriptorsRequest request,
                                     com.google.protobuf.RpcCallback<MasterAdminProtos.ListNamespaceDescriptorsResponse> done)
Specified by:
listNamespaceDescriptors in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
listNamespaceDescriptors in class MasterAdminProtos.MasterAdminService

listTableDescriptorsByNamespace

public void listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller,
                                            MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request,
                                            com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableDescriptorsByNamespaceResponse> done)
Specified by:
listTableDescriptorsByNamespace in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
listTableDescriptorsByNamespace in class MasterAdminProtos.MasterAdminService

listTableNamesByNamespace

public void listTableNamesByNamespace(com.google.protobuf.RpcController controller,
                                      MasterAdminProtos.ListTableNamesByNamespaceRequest request,
                                      com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableNamesByNamespaceResponse> done)
Specified by:
listTableNamesByNamespace in interface MasterAdminProtos.MasterAdminService.Interface
Specified by:
listTableNamesByNamespace in class MasterAdminProtos.MasterAdminService


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