Uses of Interface
org.apache.hadoop.hbase.HConstants

Packages that use HConstants
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.transactional   
 

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.
 

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.transactional
 

Classes in org.apache.hadoop.hbase.regionserver.transactional that implement HConstants
 class TransactionalRegionServer
          RegionServer with support for transactions.
 



Copyright © 2008 The Apache Software Foundation