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.backoff   
org.apache.hadoop.hbase.client.replication   
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
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.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.security   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
Cell
          The unit of storage in HBase consisting of the following fields:
ClusterStatus
          Status information on the HBase cluster.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
HRegionLocation
          Data structure to hold HRegionInfo and the address for the hosting HRegionServer.
HTableDescriptor
          HTableDescriptor contains the details about an HBase table such as the descriptors of all the column families, is the table a catalog table, -ROOT- or hbase:meta , if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...
NamespaceDescriptor
          Namespace POJO class.
RegionException
          Thrown when something happens related to region handling.
RegionLoad
          Encapsulates per-region load metrics.
ServerLoad
          This class is used for exporting current state of load on a RegionServer.
ServerName
          Instance of an HBase ServerName.
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client
Cell
          The unit of storage in HBase consisting of the following fields:
ClusterStatus
          Status information on the HBase cluster.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
HRegionLocation
          Data structure to hold HRegionInfo and the address for the hosting HRegionServer.
HTableDescriptor
          HTableDescriptor contains the details about an HBase table such as the descriptors of all the column families, is the table a catalog table, -ROOT- or hbase:meta , if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...
MasterNotRunningException
          Thrown if the master is not running
NamespaceDescriptor
          Namespace POJO class.
RegionException
          Thrown when something happens related to region handling.
ServerName
          Instance of an HBase ServerName.
TableExistsException
          Thrown when a table exists but should not
TableName
          Immutable POJO class for representing a table name.
TableNotFoundException
          Thrown when a table can not be located
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client.backoff
ServerName
          Instance of an HBase ServerName.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.client.replication
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.coprocessor
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.exceptions
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
RegionException
          Thrown when something happens related to region handling.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.filter
Cell
          The unit of storage in HBase consisting of the following fields:
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.ipc
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.mapreduce
Cell
          The unit of storage in HBase consisting of the following fields:
TableName
          Immutable POJO class for representing a table name.
TableNotFoundException
          Thrown when a table can not be located
 

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.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.rest.client
HTableDescriptor
          HTableDescriptor contains the details about an HBase table such as the descriptors of all the column families, is the table a catalog table, -ROOT- or hbase:meta , if the table is read only, the maximum size of the memstore, when the region split should occur, coprocessors associated with it etc...
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.snapshot
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.util
MasterNotRunningException
          Thrown if the master is not running
TableName
          Immutable POJO class for representing a table name.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.