| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver |
| 构造器和说明 |
|---|
RpcServer(Server server,
String name,
List<RpcServer.BlockingServiceAndInterface> services,
InetSocketAddress bindAddress,
org.apache.hadoop.conf.Configuration conf,
RpcScheduler scheduler)
Constructs a server listening on the named port and address.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<RpcServer.BlockingServiceAndInterface> |
MasterRpcServices.getServices() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<RpcServer.BlockingServiceAndInterface> |
RSRpcServices.getServices() |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.