org.apache.hadoop.hbase
Interface RegionServerStatusProtocol

All Superinterfaces:
IpcProtocol, RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
All Known Implementing Classes:
HMaster, HMasterCommandLine.LocalHMaster

@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface RegionServerStatusProtocol
extends RegionServerStatusProtos.RegionServerStatusService.BlockingInterface, IpcProtocol

Protocol that a RegionServer uses to communicate its status to the Master.


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
getLastFlushedSequenceId, regionServerReport, regionServerStartup, reportRSFatalError
 



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