| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcServerInterface.setRsRpcServices(RSRpcServices rsRpcServices) |
void |
RpcServer.setRsRpcServices(RSRpcServices rsRpcServices) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MasterRpcServices
Implements the master RPC services.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected RSRpcServices |
HMaster.createRpcServices() |
| 构造器和说明 |
|---|
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices) |
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz) |
| 构造器和说明 |
|---|
MasterAnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RSRpcServices |
HRegionServer.rpcServices |
| 限定符和类型 | 方法和说明 |
|---|---|
protected RSRpcServices |
HRegionServer.createRpcServices() |
RSRpcServices |
HRegionServer.getRSRpcServices() |
| 构造器和说明 |
|---|
AnnotationReadingPriorityFunction(RSRpcServices rpcServices)
Calls
AnnotationReadingPriorityFunction.AnnotationReadingPriorityFunction(RSRpcServices, Class) using the result of
rpcServices#getClass() |
AnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz)
Constructs the priority function given the RPC server implementation and the annotations on the
methods in the provided
clz. |
| 构造器和说明 |
|---|
AnnotationReadingPriorityFunction(RSRpcServices rpcServices,
Class<? extends RSRpcServices> clz)
Constructs the priority function given the RPC server implementation and the annotations on the
methods in the provided
clz. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.