Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.executor   
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
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.master.handler   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.handler   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.master   
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.rest.model   
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
Abortable
          Interface to support the aborting of a given server or client.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
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.Modify
          modifyTable op for replacing the table descriptor
HConstants.OperationStatusCode
          Status codes used for return values of bulk operations.
HMsg
          HMsg is used to send messages between master and regionservers.
HMsg.Type
           
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 made of host and port number.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
HServerLoad
          This class encapsulates metrics for determining the load on a HRegionServer
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.
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.
RegionException
          Thrown when something happens related to region handling.
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.avro
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.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
HServerLoad
          This class encapsulates metrics for determining the load on a HRegionServer
HServerLoad.RegionLoad
          Encapsulates per-region loading metrics.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.catalog
Abortable
          Interface to support the aborting of a given server or client.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client
Abortable
          Interface to support the aborting of a given server or client.
ClusterStatus
          Status information on the HBase cluster.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
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 made of host 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.
UnknownRegionException
          Thrown when we are asked to operate on a region we know nothing about.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.executor
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
 

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.hfile
KeyValue
          An HBase Key/Value.
KeyValue.KeyComparator
          Compare key portion of a KeyValue.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.ipc
Abortable
          Interface to support the aborting of a given server or client.
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.
HMsg
          HMsg is used to send messages between master and regionservers.
HRegionInfo
          HRegion information.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
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.
Stoppable
          Implementers are Stoppable.
UnknownRegionException
          Thrown when we are asked to operate on a region we know nothing about.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.mapreduce
KeyValue
          An HBase Key/Value.
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master
Abortable
          Interface to support the aborting of a given server or client.
Chore
          Chore is a task performed on a period in hbase.
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.
HMsg
          HMsg is used to send messages between master and regionservers.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
Stoppable
          Implementers are Stoppable.
UnknownRegionException
          Thrown when we are asked to operate on a region we know nothing about.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master.handler
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver
Abortable
          Interface to support the aborting of a given server or client.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HConstants.OperationStatusCode
          Status codes used for return values of bulk operations.
HMsg
          HMsg is used to send messages between master and regionservers.
HRegionInfo
          HRegion information.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
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.
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.handler
HRegionInfo
          HRegion information.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.wal
HRegionInfo
          HRegion information.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.replication
Abortable
          Interface to support the aborting of a given server or client.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.replication.master
Abortable
          Interface to support the aborting of a given server or client.
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.replication.regionserver
HRegionInfo
          HRegion information.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
Stoppable
          Implementers are Stoppable.
 

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

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.rest.client
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.model
HTableDescriptor
          HTableDescriptor contains the name of an HTable, and its column families.
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.thrift
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.util
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
MasterNotRunningException
          Thrown if the master is not running
Stoppable
          Implementers are Stoppable.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.zookeeper
Abortable
          Interface to support the aborting of a given server or client.
HRegionInfo
          HRegion information.
HServerAddress
          HServerAddress is a "label" for a HBase server made of host and port number.
HServerInfo
          HServerInfo is meta info about an HRegionServer.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.