| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NettyRpcServerAn RPC server with Netty4 implementation. | 
| class  | SimpleRpcServerThe RPC server with native java NIO implementation deriving from Hadoop to
 host protobuf described Services. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RpcServer | ServerRpcConnection. rpcServer | 
| private RpcServer | RpcSchedulerContext. rpcServer | 
| private RpcServer | MetricsHBaseServerWrapperImpl. server | 
| 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) | 
| Constructor and Description | 
|---|
| MetricsHBaseServerWrapperImpl(RpcServer server) | 
| RpcSchedulerContext(RpcServer rpcServer) | 
| ServerRpcConnection(RpcServer rpcServer) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.