Uses of Package
org.apache.hadoop.hbase.ipc

Packages that use org.apache.hadoop.hbase.ipc
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.client
HMasterInterface
          Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables.
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.ipc
HbaseRPC.Server
          An RPC Server.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.master
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.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.regionserver
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
 



Copyright © 2008 The Apache Software Foundation