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

Packages that use org.apache.hadoop.hbase.ipc.RpcServer
Package
Description
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.ipc.RpcServer in org.apache.hadoop.hbase.ipc

    Subclasses of org.apache.hadoop.hbase.ipc.RpcServer in in org.apache.hadoop.hbase.ipc
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ipc.NettyRpcServer
    An RPC server with Netty4 implementation.
    class 
    org.apache.hadoop.hbase.ipc.SimpleRpcServer
    Deprecated.
    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcServer 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)