Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
Packages that use RpcServer.BlockingServiceAndInterface
Package
Description
Tools to help define network clients and servers.
-
Uses of RpcServer.BlockingServiceAndInterface in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return types with arguments of type RpcServer.BlockingServiceAndInterfaceModifier and TypeMethodDescriptionprotected abstract List<RpcServer.BlockingServiceAndInterface>
HBaseRpcServicesBase.getServices()
-
Uses of RpcServer.BlockingServiceAndInterface in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcServer.BlockingServiceAndInterfaceModifier and TypeFieldDescriptionprotected final List<RpcServer.BlockingServiceAndInterface>
RpcServer.services
Methods in org.apache.hadoop.hbase.ipc that return RpcServer.BlockingServiceAndInterfaceModifier and TypeMethodDescriptionprotected static RpcServer.BlockingServiceAndInterface
RpcServer.getServiceAndInterface
(List<RpcServer.BlockingServiceAndInterface> services, String serviceName) Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type RpcServer.BlockingServiceAndInterfaceMethod parameters in org.apache.hadoop.hbase.ipc with type arguments of type RpcServer.BlockingServiceAndInterfaceModifier 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) Constructor parameters in org.apache.hadoop.hbase.ipc with type arguments of type RpcServer.BlockingServiceAndInterfaceModifierConstructorDescriptionNettyRpcServer
(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
Methods in org.apache.hadoop.hbase.master that return types with arguments of type RpcServer.BlockingServiceAndInterfaceModifier 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
Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type RpcServer.BlockingServiceAndInterfaceModifier and TypeMethodDescriptionprotected List<RpcServer.BlockingServiceAndInterface>
RSRpcServices.getServices()
By default, put up an Admin and a Client Service.