Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
org.apache.hadoop.hbase.client.transactional This package provides support for atomic transactions. 
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.migration.nineteen   
org.apache.hadoop.hbase.migration.nineteen.io   
org.apache.hadoop.hbase.migration.nineteen.regionserver   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.tableindexed   
org.apache.hadoop.hbase.regionserver.transactional   
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.parser   
org.apache.hadoop.hbase.rest.serializer   
org.apache.hadoop.hbase.stargate Stargate 
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.zookeeper   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
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
          Deprecated. Compression now means which compression library rather than 'what' to compress.
HConstants
          HConstants holds a bunch of HBase-related constants
HConstants.Modify
          modifyTable op for replacing the table descriptor
HMsg.Type
          Message types sent between master and regionservers
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.
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
HServerLoad.RegionLoad
          Encapsulates per-region loading metrics.
HStoreKey
          Deprecated. Replaced by KeyValue.
HStoreKey.HStoreKeyComparator
          Deprecated. Passed as comparator for memcache and for store files.
HStoreKey.HStoreKeyMetaComparator
          Deprecated. Passed as comparator for memcache and for store files.
HStoreKey.MetaStoreKeyComparator
          Deprecated. StoreKeyComparator for the .META.
HStoreKey.StoreKeyComparator
          Deprecated. RawComparator for plain -- i.e.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
KeyValue
          An HBase Key/Value.
KeyValue.KeyComparator
          Compare key portion of a KeyValue.
KeyValue.KVComparator
          Compare KeyValues.
KeyValue.MetaComparator
          A KeyValue.KVComparator for .META. catalog table KeyValues.
KeyValue.MetaKeyComparator
          Compare key portion of a KeyValue for keys in .META. table.
KeyValue.SplitKeyValue
          Utility class that splits a KeyValue buffer into separate byte arrays.
KeyValue.Type
          Key type.
LeaseException
          Reports a problem with a lease
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.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client
ClusterStatus
          Status information on the HBase cluster.
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
HConstants.Modify
          modifyTable op for replacing the table descriptor
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.
KeyValue
          An HBase Key/Value.
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.client.tableindexed
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
MasterNotRunningException
          Thrown if the master is not running
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client.transactional
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseConfiguration
          Adds HBase configuration files to a Configuration
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.filter
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io.hfile
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.ipc
ClusterStatus
          Status information on the HBase cluster.
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HConstants.Modify
          modifyTable op for replacing the table descriptor
HMsg
          HMsg is for communicating instructions between the HMaster and the HRegionServers.
HRegionInfo
          HRegion information.
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.mapreduce
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master
ClusterStatus
          Status information on the HBase cluster.
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
HConstants.Modify
          modifyTable op for replacing the table descriptor
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.migration.nineteen
HRegionInfo
          HRegion information.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.migration.nineteen.io
HRegionInfo
          HRegion information.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.migration.nineteen.regionserver
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HConstants
          HConstants holds a bunch of HBase-related constants
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver
Chore
          Chore is a task performed on a period in hbase.
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.
HServerInfo
          HServerInfo contains metainfo about an HRegionServer, Currently it only contains the server start code.
HServerLoad.RegionLoad
          Encapsulates per-region loading metrics.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
KeyValue
          An HBase Key/Value.
KeyValue.KeyComparator
          Compare key portion of a KeyValue.
KeyValue.KVComparator
          Compare KeyValues.
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.regionserver.tableindexed
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HConstants
          HConstants holds a bunch of HBase-related constants
HRegionInfo
          HRegion information.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.transactional
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HConstants
          HConstants holds a bunch of HBase-related constants
HRegionInfo
          HRegion information.
Leases
          Leases There are several server classes in HBase that need to track external clients that occasionally send heartbeats.
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
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.rest.parser
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.rest.serializer
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.stargate
HBaseConfiguration
          Adds HBase configuration files to a Configuration
KeyValue
          An HBase Key/Value.
 

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.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.zookeeper
HBaseConfiguration
          Adds HBase configuration files to a Configuration
HConstants
          HConstants holds a bunch of HBase-related constants
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.
 



Copyright © 2009 The Apache Software Foundation