|
||||||||||
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. |
class |
RegionHistorian
The Region Historian task is to keep track of every modification a region has to go through. |
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 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.regionserver |
---|
Classes in org.apache.hadoop.hbase.regionserver that implement HConstants | |
---|---|
class |
HLog
HLog stores all the edits to the HStore. |
class |
HLogEdit
A log value. |
class |
HRegion
HRegion stores data for a certain region of a table. |
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients. |
class |
HStore
HStore maintains a bunch of data files. |
class |
HStoreFile
A HStore 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |