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 Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
 

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.
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
HBaseRpcMetrics
          This class is for maintaining the various RPC statistics and publishing them through the metrics interfaces.
HBaseRPCProtocolVersion
          There is one version id for all the RPC interfaces.
HBaseServer
          An abstract IPC service.
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
TransactionalRegionInterface
          Interface for transactional region servers.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.master
HBaseRPCProtocolVersion
          There is one version id for all the RPC interfaces.
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
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
HBaseRPCProtocolVersion
          There is one version id for all the RPC interfaces.
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.tableindexed
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
HBaseRPCProtocolVersion
          There is one version id for all the RPC interfaces.
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
IndexedRegionInterface
          Interface for the indexed region server.
TransactionalRegionInterface
          Interface for transactional region servers.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.regionserver.transactional
HBaseRPCErrorHandler
          An interface for calling out of RPC for error conditions.
HBaseRPCProtocolVersion
          There is one version id for all the RPC interfaces.
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
TransactionalRegionInterface
          Interface for transactional region servers.
 



Copyright © 2008 The Apache Software Foundation