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

Packages that use RpcScheduler
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

Uses of RpcScheduler in org.apache.hadoop.hbase.ipc
 

Subclasses of RpcScheduler in org.apache.hadoop.hbase.ipc
 class FifoRpcScheduler
          A very simple RpcScheduler} that serves incoming requests in order.
 class SimpleRpcScheduler
          A scheduler that maintains isolated handler pools for general, high-priority and replication requests.
 

Methods in org.apache.hadoop.hbase.ipc that return RpcScheduler
 RpcScheduler RpcServer.getScheduler()
           
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type RpcScheduler
RpcServer(Server serverInstance, String name, List<RpcServer.BlockingServiceAndInterface> services, InetSocketAddress isa, org.apache.hadoop.conf.Configuration conf, RpcScheduler scheduler)
          Constructs a server listening on the named port and address.
 

Uses of RpcScheduler in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return RpcScheduler
 RpcScheduler SimpleRpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, RegionServerServices server)
           
 RpcScheduler RpcSchedulerFactory.create(org.apache.hadoop.conf.Configuration conf, RegionServerServices server)
          Constructs a RpcScheduler.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.