|
Class Summary |
| Chore |
Chore is a task performed on a period in hbase. |
| ClusterId |
The identifier for this cluster. |
| 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. |
| 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
.META. |
| RegionLoad |
Encapsulates per-region load metrics. |
| RegionTransition |
Current state of a region in transition. |
| RemoteExceptionHandler |
An immutable class which contains a static method for handling
org.apache.hadoop.ipc.RemoteException exceptions. |
| ServerLoad |
This class is used for exporting current state of load on a RegionServer. |
| ServerName |
Instance of an HBase ServerName. |