Interface Summary |
HMasterInterface |
Clients interact with the HMasterInterface to gain access to meta-level
HBase functionality, like finding an HRegionServer and creating/destroying
tables. |
HMasterRegionInterface |
HRegionServers interact with the HMasterRegionInterface to report on local
goings-on and to obtain data-handling instructions from the HMaster. |
HRegionInterface |
Clients interact with HRegionServers using a handle to the HRegionInterface. |
TransactionalRegionInterface |
Interface for transactional region servers. |