| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<RpcServer.BlockingServiceAndInterface> | RpcServer. services | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static RpcServer.BlockingServiceAndInterface | RpcServer. getServiceAndInterface(List<RpcServer.BlockingServiceAndInterface> services,
                      String serviceName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcServer | RpcServerFactory. createRpcServer(Server server,
               String name,
               List<RpcServer.BlockingServiceAndInterface> services,
               InetSocketAddress bindAddress,
               org.apache.hadoop.conf.Configuration conf,
               RpcScheduler scheduler) | 
| static RpcServer | RpcServerFactory. createRpcServer(Server server,
               String name,
               List<RpcServer.BlockingServiceAndInterface> services,
               InetSocketAddress bindAddress,
               org.apache.hadoop.conf.Configuration conf,
               RpcScheduler scheduler,
               boolean reservoirEnabled) | 
| protected static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService | RpcServer. getService(List<RpcServer.BlockingServiceAndInterface> services,
          String serviceName) | 
| protected static RpcServer.BlockingServiceAndInterface | RpcServer. getServiceAndInterface(List<RpcServer.BlockingServiceAndInterface> services,
                      String serviceName) | 
| protected static Class<?> | RpcServer. getServiceInterface(List<RpcServer.BlockingServiceAndInterface> services,
                   String serviceName) | 
| Constructor and Description | 
|---|
| NettyRpcServer(Server server,
              String name,
              List<RpcServer.BlockingServiceAndInterface> services,
              InetSocketAddress bindAddress,
              org.apache.hadoop.conf.Configuration conf,
              RpcScheduler scheduler,
              boolean reservoirEnabled) | 
| RpcServer(Server server,
         String name,
         List<RpcServer.BlockingServiceAndInterface> services,
         InetSocketAddress bindAddress,
         org.apache.hadoop.conf.Configuration conf,
         RpcScheduler scheduler,
         boolean reservoirEnabled)Constructs a server listening on the named port and address. | 
| SimpleRpcServer(Server server,
               String name,
               List<RpcServer.BlockingServiceAndInterface> services,
               InetSocketAddress bindAddress,
               org.apache.hadoop.conf.Configuration conf,
               RpcScheduler scheduler,
               boolean reservoirEnabled)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()By default, put up an Admin and a Client Service. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.