Package org.apache.hadoop.hbase.ipc

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.
 

Class Summary
HbaseRPC A simple RPC mechanism.
HbaseRPC.Server An RPC Server.
 

Exception Summary
HbaseRPC.VersionMismatch A version mismatch for the RPC protocol.
 



Copyright © 2008 The Apache Software Foundation