Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.backoff   
org.apache.hadoop.hbase.coprocessor   
org.apache.hadoop.hbase.exceptions   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication   
org.apache.hadoop.hbase.security   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.snapshot   
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.
ClusterId
          The identifier for this cluster.
ClusterStatus
          Status information on the HBase cluster.
Coprocessor
          Coprocessor interface.
Coprocessor.State
          Lifecycle state of a given coprocessor instance.
CoprocessorEnvironment
          Coprocessor environment state.
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
          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...
KeepDeletedCells
          Ways to keep cells marked for delete around.
RegionException
          Thrown when something happens related to region handling.
RegionLoad
          Encapsulates per-region load metrics.
RegionTransition
          Current state of a region in transition.
ServerLoad
          This class is used for exporting current state of load on a RegionServer.
ServerName
          Instance of an HBase ServerName.
 

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.
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
ServerName
          Instance of an HBase ServerName.
 

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
          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
RegionException
          Thrown when something happens related to region handling.
ServerName
          Instance of an HBase ServerName.
TableExistsException
          Thrown when a table exists but should not
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.coprocessor
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
 

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.
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.
ServerName
          Instance of an HBase ServerName.
 

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.
ServerName
          Instance of an HBase ServerName.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master
HRegionInfo
          HRegion information.
ServerName
          Instance of an HBase ServerName.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.protobuf
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.
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...
ServerName
          Instance of an HBase ServerName.
 

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.
 

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.
 

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.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security.access
MasterNotRunningException
          Thrown if the master is not running
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security.visibility
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
 

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.
 

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.
ClusterId
          The identifier for this cluster.
HRegionInfo
          HRegion information.
ServerName
          Instance of an HBase ServerName.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.