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

Packages that use HConstants
org.apache.hadoop.hbase   
 

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 HLog
          HLog stores all the edits to the HStore.
 class HLogEdit
          A log value.
 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 HStore
          HStore maintains a bunch of data files.
 class HStoreFile
          A HStore data file.
 class HTable
          Used to communicate with a single HBase table
 class LocalHBaseCluster
          This class creates a single process HBase cluster.
 



Copyright © 2008 The Apache Software Foundation