| 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 | Class and Description | 
|---|---|
| class  | NettyRpcServerAn RPC server with Netty4 implementation. | 
| class  | RpcServerAn RPC server that hosts protobuf described Services. | 
| class  | SimpleRpcServerThe RPC server with native java NIO implementation deriving from Hadoop to
 host protobuf described Services. | 
| Modifier and Type | Field and Description | 
|---|---|
| private RpcServerInterface | CallRunner. rpcServer | 
| Constructor and Description | 
|---|
| CallRunner(RpcServerInterface rpcServer,
          RpcCall call)On construction, adds the size of this call to the running count of outstanding call sizes. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RpcServerInterface | MasterRpcServices. createRpcServer(Server server,
               RpcSchedulerFactory rpcSchedulerFactory,
               InetSocketAddress bindAddress,
               String name) | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) RpcServerInterface | RSRpcServices. rpcServer | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RpcServerInterface | RSRpcServices. createRpcServer(Server server,
               RpcSchedulerFactory rpcSchedulerFactory,
               InetSocketAddress bindAddress,
               String name) | 
| RpcServerInterface | RegionServerServices. getRpcServer()Returns a reference to the region server's RPC server | 
| RpcServerInterface | HRegionServer. getRpcServer() | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.