|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.hadoop.hbase.regionserver.tableindexed | |
org.apache.hadoop.hbase.regionserver.transactional |
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. |
interface |
IndexedRegionInterface
Interface for the indexed region server. |
interface |
TransactionalRegionInterface
Interface for transactional region servers. |
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 a HBase. |
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. |
Uses of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.regionserver.tableindexed |
---|
Classes in org.apache.hadoop.hbase.regionserver.tableindexed that implement HBaseRPCProtocolVersion | |
---|---|
class |
IndexedRegionServer
RegionServer which maintains secondary indexes. |
Uses of HBaseRPCProtocolVersion in org.apache.hadoop.hbase.regionserver.transactional |
---|
Classes in org.apache.hadoop.hbase.regionserver.transactional that implement HBaseRPCProtocolVersion | |
---|---|
class |
TransactionalRegionServer
RegionServer with support for transactions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |