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 TypeClassDescriptionclassAn RPC server with Netty4 implementation.classAn RPC server that hosts protobuf described Services.classDeprecated.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 RpcServerInterfaceMasterRpcServices.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 RpcServerInterfaceRSRpcServices.rpcServerMethods in org.apache.hadoop.hbase.regionserver that return RpcServerInterfaceModifier and TypeMethodDescriptionprotected RpcServerInterfaceRSRpcServices.createRpcServer(Server server, RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) HRegionServer.getRpcServer()RegionServerServices.getRpcServer()Returns a reference to the region server's RPC server