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.
versionID
static final long versionID
- See Also:
- Constant Field Values
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