org.apache.hadoop.hbase
Interface HMasterRegionInterface

All Superinterfaces:
VersionedProtocol
All Known Implementing Classes:
HMaster

public interface HMasterRegionInterface
extends VersionedProtocol

HRegionServers interact with the HMasterRegionInterface to report on local goings-on and to obtain data-handling instructions from the HMaster.


Field Summary
static long versionID
           
 
Method Summary
 HMsg[] regionServerReport(HServerInfo info, HMsg[] msgs)
           
 void regionServerStartup(HServerInfo info)
           
 
Methods inherited from interface org.apache.hadoop.ipc.VersionedProtocol
getProtocolVersion
 

Field Detail

versionID

static final long versionID
See Also:
Constant Field Values
Method Detail

regionServerStartup

void regionServerStartup(HServerInfo info)
                         throws IOException
Throws:
IOException

regionServerReport

HMsg[] regionServerReport(HServerInfo info,
                          HMsg[] msgs)
                          throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation