| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| 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 | Field and Description |
|---|---|
protected R |
HBaseServerBase.rpcServices |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationReadingPriorityFunction<T extends HBaseRpcServicesBase<?>>
Reads special method annotations and table names to figure a priority for use by QoS facility in
ipc; e.g: rpcs to hbase:meta get priority.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
AnnotationReadingPriorityFunction.rpcServices |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterRpcServices
Implements the master RPC services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSRpcServices
Implements the regionserver RPC services.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.