Uses of Class
org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface

Packages that use 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

    Fields in org.apache.hadoop.hbase.ipc with type parameters of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Field
    Description
    protected final List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface>
    RpcServer.services
     
    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Method
    Description
    protected static org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
    RpcServer.getServiceAndInterface(List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface> services, String serviceName)
     
    Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface>
    RpcServer.getServices()
     
    Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Method
    Description
    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)
     
    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)
     
    Constructor parameters in org.apache.hadoop.hbase.ipc with type arguments of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier
    Constructor
    Description
     
    NettyRpcServer(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

    Methods in org.apache.hadoop.hbase.master that return types with arguments of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Method
    Description
    protected 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

    Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface in in
    Modifier and Type
    Method
    Description
    protected List<org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface>
    RSRpcServices.getServices()
    By default, put up an Admin and a Client Service.