org.apache.hadoop.hbase
Interface MasterMonitorProtocol

All Superinterfaces:
IpcProtocol, MasterMonitorProtos.MasterMonitorService.BlockingInterface, MasterProtocol, MasterProtos.MasterService.BlockingInterface

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface MasterMonitorProtocol
extends MasterMonitorProtos.MasterMonitorService.BlockingInterface, MasterProtocol

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


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.MasterMonitorService.BlockingInterface
getClusterStatus, getSchemaAlterStatus, getTableDescriptors
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface
isMasterRunning
 



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