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
Fields in org.apache.hadoop.hbase declared as RpcServerInterfaceMethods in org.apache.hadoop.hbase that return RpcServerInterfaceModifier and TypeMethodDescriptionHBaseRpcServicesBase.getRpcServer()
HBaseServerBase.getRpcServer()
MockRegionServerServices.getRpcServer()
Methods in org.apache.hadoop.hbase with parameters of type RpcServerInterfaceModifier and TypeMethodDescriptionHBaseTestingUtility.createMockRegionServerService
(RpcServerInterface rpc) Deprecated.Create a stubbed out RegionServerService, mainly for getting FS.void
MockRegionServerServices.setRpcServer
(RpcServerInterface rpc) -
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.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return RpcServerInterfaceModifier and TypeMethodDescriptionprotected RpcServerInterface
RSRpcServices.createRpcServer
(Server server, RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server