Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.backup   
org.apache.hadoop.hbase.backup.example   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.backoff   
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.client.replication   
org.apache.hadoop.hbase.codec   
org.apache.hadoop.hbase.codec.prefixtree   
org.apache.hadoop.hbase.codec.prefixtree.decode   
org.apache.hadoop.hbase.codec.prefixtree.encode   
org.apache.hadoop.hbase.codec.prefixtree.scanner   
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.exceptions   
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   
org.apache.hadoop.hbase.io.encoding   
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.balancer   
org.apache.hadoop.hbase.master.cleaner   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.procedure   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.compactions   
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 HBase REST 
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.rest.model   
org.apache.hadoop.hbase.security   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
org.apache.hadoop.hbase.security.visibility   
org.apache.hadoop.hbase.snapshot   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.tmpl.master   
org.apache.hadoop.hbase.tmpl.regionserver   
org.apache.hadoop.hbase.tool   
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.test   
org.apache.hadoop.hbase.zookeeper   
org.apache.hadoop.hbase.zookeeper.lock   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
Abortable
          Interface to support the aborting of a given server or client.
Cell
          The unit of storage in HBase consisting of the following fields:
CellScannable
          Implementer can return a CellScanner over its Cell content.
CellScanner
          An interface for iterating through a sequence of cells.
Chore
          Chore is a task performed on a period in hbase.
ClusterId
          The identifier for this cluster.
ClusterStatus
          Status information on the HBase cluster.
CompatibilityFactory
          Class that will create many instances of classes provided by the hbase-hadoop{1|2}-compat jars.
CompatibilitySingletonFactory.SingletonStorage
           
CompoundConfiguration
          Do a shallow merge of multiple KV configuration pools.
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.
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.
HConstants.Modify
          modifyTable op for replacing the table descriptor
HConstants.OperationStatusCode
          Status codes used for return values of bulk operations.
HDFSBlocksDistribution
          Data structure to describe the distribution of HDFS blocks amount hosts.
HDFSBlocksDistribution.HostAndWeight
          Stores the hostname and weight for that hostname.
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...
InterProcessLock
          An interface for an application-specific lock.
InterProcessLock.MetadataHandler
          An interface for objects that process lock metadata.
KeepDeletedCells
          Ways to keep cells marked for delete around.
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
KeyValue.SamePrefixComparator
          Avoids redundant comparisons for better performance.
KeyValue.Type
          Key type.
NamespaceDescriptor
          Namespace POJO class.
NamespaceDescriptor.Builder
           
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.
SplitLogTask
          State of a WAL log split during distributed splitting.
Stoppable
          Implementers are Stoppable.
TableName
          Immutable POJO class for representing a table name.
Tag
          Tags are part of cells and helps to add metadata about the KVs.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.backup
HRegionInfo
          HRegion information.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.backup.example
BaseConfigurable
          HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
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.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.
TableName
          Immutable POJO class for representing a table name.
 

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.
Cell
          The unit of storage in HBase consisting of the following fields:
CellScannable
          Implementer can return a CellScanner over its Cell content.
CellScanner
          An interface for iterating through a sequence of cells.
ClusterStatus
          Status information on the HBase cluster.
CoprocessorEnvironment
          Coprocessor environment state.
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...
KeyValue
          An HBase Key/Value.
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
Tag
          Tags are part of cells and helps to add metadata about the KVs.
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.coprocessor
Cell
          The unit of storage in HBase consisting of the following fields:
TableName
          Immutable POJO class for representing a table name.
 

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.codec
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.codec.prefixtree
Cell
          The unit of storage in HBase consisting of the following fields:
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.codec.prefixtree.decode
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
KeyValue.Type
          Key type.
 

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

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.codec.prefixtree.scanner
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.constraint
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
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...
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.coprocessor
Abortable
          Interface to support the aborting of a given server or client.
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
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.
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...
KeyValue
          An HBase Key/Value.
MetaMutationAnnotation
          The field or the parameter to which this annotation can be applied only when it holds mutations for hbase:meta table.
NamespaceDescriptor
          Namespace POJO class.
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.coprocessor.example
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
 

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

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
Cell
          The unit of storage in HBase consisting of the following fields:
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
HRegionInfo
          HRegion information.
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io.encoding
Cell
          The unit of storage in HBase consisting of the following fields:
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io.hfile
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.
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
 

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.
CellScannable
          Implementer can return a CellScanner over its Cell content.
CellScanner
          An interface for iterating through a sequence of cells.
DoNotRetryIOException
          Subclass if exception is not meant to be retried: e.g.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
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.mapreduce
Cell
          The unit of storage in HBase consisting of the following fields:
HDFSBlocksDistribution
          Data structure to describe the distribution of HDFS blocks amount hosts.
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...
KeyValue
          An HBase Key/Value.
TableName
          Immutable POJO class for representing a table name.
TableNotFoundException
          Thrown when a table can not be located
Tag
          Tags are part of cells and helps to add metadata about the KVs.
 

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.
ClusterId
          The identifier for this cluster.
ClusterStatus
          Status information on the HBase cluster.
Coprocessor
          Coprocessor interface.
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.
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...
InterProcessLock.MetadataHandler
          An interface for objects that process lock metadata.
NamespaceDescriptor
          Namespace POJO class.
RegionTransition
          Current state of a region in transition.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
ServerLoad
          This class is used for exporting current state of load on a RegionServer.
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
TableDescriptors
          Get, remove and modify table descriptors.
TableName
          Immutable POJO class for representing a table name.
TableNotDisabledException
          Thrown if a table should be offline but is not
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master.balancer
Chore
          Chore is a task performed on a period in hbase.
ClusterStatus
          Status information on the HBase cluster.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
HRegionInfo
          HRegion information.
RegionLoad
          Encapsulates per-region load metrics.
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master.cleaner
BaseConfigurable
          HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
Chore
          Chore is a task performed on a period in hbase.
Stoppable
          Implementers are Stoppable.
 

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.
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...
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
ServerName
          Instance of an HBase ServerName.
TableExistsException
          Thrown when a table exists but should not
TableName
          Immutable POJO class for representing a table name.
TableNotDisabledException
          Thrown if a table should be offline but is not
TableNotEnabledException
          Thrown if a table should be enabled but is not
TableNotFoundException
          Thrown when a table can not be located
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.master.snapshot
BaseConfigurable
          HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
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...
NotAllMetaRegionsOnlineException
          Thrown when an operation requires the root and all meta regions to be online
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
TableExistsException
          Thrown when a table exists but should not
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.procedure
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.protobuf
Cell
          The unit of storage in HBase consisting of the following fields:
CellScannable
          Implementer can return a CellScanner over its Cell content.
CellScanner
          An interface for iterating through a sequence of cells.
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...
KeyValue.Type
          Key type.
NamespaceDescriptor
          Namespace POJO class.
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.regionserver
Abortable
          Interface to support the aborting of a given server or client.
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
Chore
          Chore is a task performed on a period in hbase.
Coprocessor
          Coprocessor interface.
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.
HConstants.OperationStatusCode
          Status codes used for return values of bulk operations.
HDFSBlocksDistribution
          Data structure to describe the distribution of HDFS blocks amount hosts.
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...
KeepDeletedCells
          Ways to keep cells marked for delete around.
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
MetaMutationAnnotation
          The field or the parameter to which this annotation can be applied only when it holds mutations for hbase:meta table.
NotServingRegionException
          Thrown by a region server if it is sent a request for a region it is not serving.
RegionTooBusyException
          Thrown by a region server if it will block and wait to serve a request.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
TableDescriptors
          Get, remove and modify table descriptors.
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.compactions
KeyValue
          An HBase Key/Value.
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.handler
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...
KeyValue
          An HBase Key/Value.
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
ServerName
          Instance of an HBase ServerName.
SplitLogTask
          State of a WAL log split during distributed splitting.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.regionserver.wal
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
Coprocessor
          Coprocessor interface.
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...
KeyValue
          An HBase Key/Value.
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.replication
Abortable
          Interface to support the aborting of a given server or client.
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
 

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.
BaseConfigurable
          HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
Stoppable
          Implementers are Stoppable.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.replication.regionserver
Abortable
          Interface to support the aborting of a given server or client.
CellScanner
          An interface for iterating through a sequence of cells.
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...
Server
          Defines the set of shared functions implemented by HBase servers (Masters and RegionServers).
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
TableName
          Immutable POJO class for representing a table name.
 

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

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.rest.model
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...
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security
BaseConfigurable
          HBase version of Hadoop's Configured class that doesn't initialize the configuration via BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the BaseConfigurable.setConf(Configuration) method
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.security.access
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
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...
KeyValue
          An HBase Key/Value.
MasterNotRunningException
          Thrown if the master is not running
NamespaceDescriptor
          Namespace POJO class.
ServerName
          Instance of an HBase ServerName.
TableName
          Immutable POJO class for representing a table name.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security.token
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.security.visibility
Cell
          The unit of storage in HBase consisting of the following fields:
Coprocessor
          Coprocessor interface.
CoprocessorEnvironment
          Coprocessor environment state.
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.
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.
Tag
          Tags are part of cells and helps to add metadata about the KVs.
 

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
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...
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.thrift
Cell
          The unit of storage in HBase consisting of the following fields:
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.tmpl.master
ServerName
          Instance of an HBase ServerName.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.tmpl.regionserver
HRegionInfo
          HRegion information.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.tool
Coprocessor
          Coprocessor interface.
HColumnDescriptor
          An HColumnDescriptor contains information about a column family such as the number of versions, compression settings, etc.
HRegionInfo
          HRegion information.
TableName
          Immutable POJO class for representing a table name.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.util
ClusterId
          The identifier for this cluster.
HDFSBlocksDistribution
          Data structure to describe the distribution of HDFS blocks amount hosts.
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...
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
MasterNotRunningException
          Thrown if the master is not running
ServerName
          Instance of an HBase ServerName.
Stoppable
          Implementers are Stoppable.
TableDescriptors
          Get, remove and modify table descriptors.
TableName
          Immutable POJO class for representing a table name.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

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

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.
Stoppable
          Implementers are Stoppable.
TableName
          Immutable POJO class for representing a table name.
ZooKeeperConnectionException
          Thrown if the client can't connect to zookeeper
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.zookeeper.lock
InterProcessLock
          An interface for an application-specific lock.
InterProcessLock.MetadataHandler
          An interface for objects that process lock metadata.
InterProcessReadWriteLock
          An interface for a distributed reader-writer lock.
 



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