Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
BloomFilterDescriptor
          Deprecated. 
BloomFilterDescriptor.BloomFilterType
          Deprecated. The type of bloom filter
ColumnNameParseException
          Thrown if issue with passed column name.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An 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
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HMsg.Type
          Message types sent between master and regionservers
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerInfo
          HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HServerLoad
          This class encapsulates metrics for determining the load on a HRegionServer
HStoreKey
          A Key for a stored row.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
LeaseException
           
LeaseListener
          LeaseListener is an interface meant to be implemented by users of the Leases class.
Leases.LeaseStillHeldException
          Thrown if we are asked create a lease but lease on passed name already exists.
LocalHBaseCluster.RegionServerThread
          runs region servers
RegionException
          Thrown when something happens related to region handling.
RegionHistorian
          The Region Historian task is to keep track of every modification a region has to go through.
RegionHistorian.HistorianColumnKey
           
RegionHistorian.RegionHistoryInformation
          Inner class that only contains information about an event.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An 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
HRegionInfo
          HRegion information.
HRegionLocation
          Contains the HRegionInfo for the region and the HServerAddress for the HRegionServer serving the region
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
MasterNotRunningException
          Thrown if the master is not running
RegionException
          Thrown when something happens related to region handling.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.ipc
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerInfo
          HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HConstants
          HConstants holds a bunch of HBase-related constants
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerInfo
          HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HServerLoad
          This class encapsulates metrics for determining the load on a HRegionServer
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HConstants
          HConstants holds a bunch of HBase-related constants
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server that combines the host name and port number.
HServerInfo
          HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HStoreKey
          A Key for a stored row.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
Leases
          Leases There are several server classes in HBase that need to track external clients that occasionally send heartbeats.
Leases.LeaseStillHeldException
          Thrown if we are asked create a lease but lease on passed name already exists.
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.rest
HBaseConfiguration
          Adds HBase configuration files to a Configuration
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.thrift
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.util
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
 



Copyright © 2008 The Apache Software Foundation