Uses of Interface
org.apache.hadoop.hbase.ipc.HBaseRPCProtocolVersion

Packages that use HBaseRPCProtocolVersion
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

Uses of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.ipc
 

Subinterfaces of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.ipc
 interface HMasterInterface
          Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables.
 interface HMasterRegionInterface
          HRegionServers interact with the HMasterRegionInterface to report on local goings-on and to obtain data-handling instructions from the HMaster.
 interface HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
 

Uses of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.master
 

Classes in org.apache.hadoop.hbase.master that implement HBaseRPCProtocolVersion
 class HMaster
          HMaster is the "master server" for HBase.
static class HMasterCommandLine.LocalHMaster
           
 

Uses of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement HBaseRPCProtocolVersion
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.