Uses of Interface
org.apache.hadoop.hbase.ipc.RpcServerInterface
Packages that use org.apache.hadoop.hbase.ipc.RpcServerInterface
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.RpcServerInterface in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcServerInterfaceHBaseRpcServicesBase.getRpcServer()org.apache.hadoop.hbase.ipc.RpcServerInterfaceHBaseServerBase.getRpcServer()org.apache.hadoop.hbase.ipc.RpcServerInterfaceMockRegionServerServices.getRpcServer()Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.RegionServerServicesHBaseTestingUtility.createMockRegionServerService(org.apache.hadoop.hbase.ipc.RpcServerInterface rpc) Deprecated.Create a stubbed out RegionServerService, mainly for getting FS.voidMockRegionServerServices.setRpcServer(org.apache.hadoop.hbase.ipc.RpcServerInterface rpc) -
Uses of org.apache.hadoop.hbase.ipc.RpcServerInterface in org.apache.hadoop.hbase.ipc
Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ipc.NettyRpcServerAn RPC server with Netty4 implementation.classorg.apache.hadoop.hbase.ipc.RpcServerAn RPC server that hosts protobuf described Services.classorg.apache.hadoop.hbase.ipc.SimpleRpcServerDeprecated.Since 2.4.14, 2.5.0, will be removed in 4.0.0. -
Uses of org.apache.hadoop.hbase.ipc.RpcServerInterface in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.ipc.RpcServerInterfaceRSRpcServices.createRpcServer(org.apache.hadoop.hbase.Server server, org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) org.apache.hadoop.hbase.ipc.RpcServerInterfaceRegionServerServices.getRpcServer()Returns a reference to the region server's RPC server