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 HClient
          HClient manages a connection to a single HRegionServer.
 class HGlobals
          Global values used for finding and scanning the root and meta tables.
 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
          Each HStore maintains a bunch of different data files.
 



Copyright © 2006 The Apache Software Foundation