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.ipc
Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.NettyRpcServer
An RPC server with Netty4 implementation.class
org.apache.hadoop.hbase.ipc.RpcServer
An RPC server that hosts protobuf described Services.class
org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated. -
Uses of org.apache.hadoop.hbase.ipc.RpcServerInterface in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.ipc.RpcServerInterface in inModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.ipc.RpcServerInterface
MasterRpcServices.createRpcServer
(org.apache.hadoop.hbase.Server server, org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) -
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.RpcServerInterface
RSRpcServices.createRpcServer
(org.apache.hadoop.hbase.Server server, org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory rpcSchedulerFactory, InetSocketAddress bindAddress, String name) org.apache.hadoop.hbase.ipc.RpcServerInterface
HRegionServer.getRpcServer()
org.apache.hadoop.hbase.ipc.RpcServerInterface
RegionServerServices.getRpcServer()
Returns a reference to the region server's RPC server