| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | |
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
HBaseServerBase<R extends HBaseRpcServicesBase<?>>
Base class for hbase services, such as master or region server.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncClusterConnection |
ClusterConnectionFactory.createAsyncClusterConnection(ConnectionRegistryEndpoint endpoint,
org.apache.hadoop.conf.Configuration conf,
SocketAddress localAddress,
User user)
Create a new
AsyncClusterConnection instance to be used at server side where we have a
ConnectionRegistryEndpoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
| Modifier and Type | Class and Description |
|---|---|
class |
HRegionServer
HRegionServer makes a set of HRegions available to clients.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.