| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcServer
An RPC server that hosts protobuf described Services.
|
| Modifier and Type | Field and Description |
|---|---|
private RpcServerInterface |
CallRunner.rpcServer |
| Constructor and Description |
|---|
CallRunner(RpcServerInterface rpcServer,
RpcServer.Call call)
On construction, adds the size of this call to the running count of outstanding call sizes.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) RpcServerInterface |
RSRpcServices.rpcServer |
| Modifier and Type | Method and Description |
|---|---|
RpcServerInterface |
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server
|
RpcServerInterface |
HRegionServer.getRpcServer() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.