|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HConstants in org.apache.hadoop.hbase |
---|
Classes in org.apache.hadoop.hbase that implement HConstants | |
---|---|
class |
LocalHBaseCluster
This class creates a single process HBase cluster. |
Uses of HConstants in org.apache.hadoop.hbase.client |
---|
Classes in org.apache.hadoop.hbase.client that implement HConstants | |
---|---|
class |
HConnectionManager
A non-instantiable class that manages connections to multiple tables in multiple HBase instances. |
class |
ServerConnectionManager
Used by server processes to expose HServerConnection method do can call HConnectionManager#setRootRegionLocation |
Uses of HConstants in org.apache.hadoop.hbase.master |
---|
Classes in org.apache.hadoop.hbase.master that implement HConstants | |
---|---|
class |
HMaster
HMaster is the "master server" for a HBase. |
Uses of HConstants in org.apache.hadoop.hbase.migration.nineteen.regionserver |
---|
Classes in org.apache.hadoop.hbase.migration.nineteen.regionserver that implement HConstants | |
---|---|
class |
HStoreFile
A HStore data file. |
Uses of HConstants in org.apache.hadoop.hbase.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement HConstants | |
---|---|
class |
HLog
HLog stores all the edits to the HStore. |
class |
HRegion
HRegion stores data for a certain region of a table. |
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients. |
class |
Store
A Store holds a column family in a Region. |
class |
StoreFile
A Store data file. |
Uses of HConstants in org.apache.hadoop.hbase.regionserver.tableindexed |
---|
Classes in org.apache.hadoop.hbase.regionserver.tableindexed that implement HConstants | |
---|---|
class |
IndexedRegionServer
RegionServer which maintains secondary indexes. |
Uses of HConstants in org.apache.hadoop.hbase.regionserver.transactional |
---|
Classes in org.apache.hadoop.hbase.regionserver.transactional that implement HConstants | |
---|---|
class |
TransactionalRegion
Regionserver which provides transactional support for atomic transactions. |
class |
TransactionalRegionServer
RegionServer with support for transactions. |
Uses of HConstants in org.apache.hadoop.hbase.zookeeper |
---|
Classes in org.apache.hadoop.hbase.zookeeper that implement HConstants | |
---|---|
class |
HQuorumPeer
HBase's version of ZooKeeper's QuorumPeer. |
class |
ZKServerTool
Tool for reading ZooKeeper servers from HBase XML configuation and producing a line-by-line list for use by bash scripts. |
class |
ZooKeeperWrapper
Wraps a ZooKeeper instance and adds HBase specific functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |