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 |
NettyRpcServer
An RPC server with Netty4 implementation.
|
class |
RpcServer
An RPC server that hosts protobuf described Services.
|
class |
SimpleRpcServer
Deprecated.
|
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–2020 The Apache Software Foundation. All rights reserved.