Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServer.BlockingServiceAndInterface in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected final List<RpcServer.BlockingServiceAndInterface>
RpcServer.services
Modifier and TypeMethodDescriptionprotected static RpcServer.BlockingServiceAndInterface
RpcServer.getServiceAndInterface
(List<RpcServer.BlockingServiceAndInterface> services, String serviceName) Modifier and TypeMethodDescriptionstatic RpcServer
RpcServerFactory.createRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler) static RpcServer
RpcServerFactory.createRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) protected static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService
RpcServer.getService
(List<RpcServer.BlockingServiceAndInterface> services, String serviceName) protected static RpcServer.BlockingServiceAndInterface
RpcServer.getServiceAndInterface
(List<RpcServer.BlockingServiceAndInterface> services, String serviceName) protected static Class<?>
RpcServer.getServiceInterface
(List<RpcServer.BlockingServiceAndInterface> services, String serviceName) ModifierConstructorDescriptionNettyRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) RpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) Constructs a server listening on the named port and address.SimpleRpcServer
(Server server, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress bindAddress, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler, boolean reservoirEnabled) Deprecated.Constructs a server listening on the named port and address. -
Uses of RpcServer.BlockingServiceAndInterface in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionprotected List<RpcServer.BlockingServiceAndInterface>
MasterRpcServices.getServices()
Returns list of blocking services and their security info classes that this server supports -
Uses of RpcServer.BlockingServiceAndInterface in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionprotected List<RpcServer.BlockingServiceAndInterface>
RSRpcServices.getServices()
By default, put up an Admin and a Client Service.