Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.mapred   
org.apache.hadoop.hbase.shell   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
BloomFilterDescriptor
          Supplied as a parameter to HColumnDescriptor to specify what kind of bloom filter to use for a column, and its configuration parameters
HClient.RegionLocation
           
HColumnDescriptor
          A HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HColumnDescriptor.CompressionType
          The type of compression.
HConstants
          HConstants holds a bunch of HBase-related constants
HInternalScannerInterface
          Internally, we need to be able to determine if the scanner is doing wildcard column matches (when only a column family is specified or if a column regex is specified) or if multiple members of the same column family were specified.
HLog
          HLog stores all the edits to the HStore.
HMasterInterface
          Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables.
HMasterRegionInterface
          HRegionServers interact with the HMasterRegionInterface to report on local goings-on and to obtain data-handling instructions from the HMaster.
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HRegion
          HRegion stores data for a certain region of a table.
HRegionInfo
          HRegion information.
HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
HScannerInterface
          HScannerInterface iterates through a set of rows.
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerInfo
          HRSInfo contains metainfo about an HRegionServer, including details about the source machine and load statistics.
HStoreFile
          Each HStore maintains a bunch of different data files.
HStoreKey
          A Key for a stored row
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
InvalidColumnNameException
           
LeaseListener
          LeaseListener is an interface meant to be implemented by users of the Leases class.
MasterNotRunningException
           
NotServingRegionException
           
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io
HStoreKey
          A Key for a stored row
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.mapred
HClient
          HClient manages a connection to a single HRegionServer.
HStoreKey
          A Key for a stored row
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.shell
HClient
          HClient manages a connection to a single HRegionServer.
 



Copyright © 2006 The Apache Software Foundation