org.apache.hadoop.hbase
Interface MasterAdminProtocol

All Superinterfaces:
IpcProtocol, MasterAdminProtos.MasterAdminService.BlockingInterface, MasterProtocol, MasterProtos.MasterService.BlockingInterface

@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface MasterAdminProtocol
extends MasterAdminProtos.MasterAdminService.BlockingInterface, MasterProtocol

Protocol that a client uses to communicate with the Master (for admin purposes).


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService.BlockingInterface
addColumn, assignRegion, balance, createTable, deleteColumn, deleteSnapshot, deleteTable, disableTable, dispatchMergingRegions, enableCatalogJanitor, enableTable, execMasterService, getCompletedSnapshots, isCatalogJanitorEnabled, isRestoreSnapshotDone, isSnapshotDone, modifyColumn, modifyTable, moveRegion, offlineRegion, restoreSnapshot, runCatalogScan, setBalancerRunning, shutdown, snapshot, stopMaster, unassignRegion
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface
isMasterRunning
 



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