| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.regionserver | 
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<RpcServer.BlockingServiceAndInterface> | 
MasterRpcServices.getServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<RpcServer.BlockingServiceAndInterface> | 
RSRpcServices.getServices()  | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.