Uses of Interface
org.apache.hadoop.hbase.ipc.RpcServerInterface
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServerInterface in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
An RPC server with Netty4 implementation.class
An RPC server that hosts protobuf described Services.class
Deprecated.ModifierConstructorDescription(package private)
CallRunner
(RpcServerInterface rpcServer, RpcCall call) On construction, adds the size of this call to the running count of outstanding call sizes. -
Uses of RpcServerInterface in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionprotected RpcServerInterface
MasterRpcServices.createRpcServer
(Server server, RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) -
Uses of RpcServerInterface in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescription(package private) final RpcServerInterface
RSRpcServices.rpcServer
Modifier and TypeMethodDescriptionprotected RpcServerInterface
RSRpcServices.createRpcServer
(Server server, RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) HRegionServer.getRpcServer()
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server