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

Packages that use HConstants
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HConstants in org.apache.hadoop.hbase
 

Classes in org.apache.hadoop.hbase that implement HConstants
 class HBaseAdmin
          Provides administrative functions for HBase
 class HConnectionManager
          A non-instantiable class that manages connections to multiple tables in multiple HBase instances
 class HGlobals
          Global values that require initialization that cannot be done in HConstants
 class HLog
          HLog stores all the edits to the HStore.
 class HMaster
          HMaster is the "master server" for a HBase.
 class HRegion
          HRegion stores data for a certain region of a table.
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 class HStoreFile
          A HStore data file.
 class HTable
          Used to communicate with a single HBase table
 



Copyright © 2006 The Apache Software Foundation