Uses of Interface
org.apache.hadoop.hbase.ipc.RpcServerInterface
Packages that use RpcServerInterface
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServerInterface in org.apache.hadoop.hbase.ipc
Classes in org.apache.hadoop.hbase.ipc that implement RpcServerInterfaceModifier and TypeClassDescriptionclass
An RPC server with Netty4 implementation.class
An RPC server that hosts protobuf described Services.class
Deprecated.Fields in org.apache.hadoop.hbase.ipc declared as RpcServerInterfaceConstructors in org.apache.hadoop.hbase.ipc with parameters of type RpcServerInterfaceModifierConstructorDescription(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
Methods in org.apache.hadoop.hbase.master that return RpcServerInterfaceModifier and TypeMethodDescriptionprotected RpcServerInterface
MasterRpcServices.createRpcServer
(Server server, RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) -
Uses of RpcServerInterface in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as RpcServerInterfaceModifier and TypeFieldDescription(package private) final RpcServerInterface
RSRpcServices.rpcServer
Methods in org.apache.hadoop.hbase.regionserver that return RpcServerInterfaceModifier 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