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