org.apache.hadoop.hbase
Interface MasterProtocol

All Superinterfaces:
IpcProtocol, MasterProtos.MasterService.BlockingInterface
All Known Subinterfaces:
MasterAdminProtocol, MasterMonitorProtocol

public interface MasterProtocol
extends IpcProtocol, MasterProtos.MasterService.BlockingInterface

Functions implemented by all the master protocols: e.g. MasterAdminProtocol and MasterMonitorProtocol. Currently, the only shared method MasterProtos.MasterService.BlockingInterface.isMasterRunning(com.google.protobuf.RpcController, org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsMasterRunningRequest) which is used on connection setup to check if the master has been stopped.


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface
isMasterRunning
 



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