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