Uses of Interface
org.apache.hadoop.ipc.RpcScheduler

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

Uses of RpcScheduler in org.apache.hadoop.ipc
 

Classes in org.apache.hadoop.ipc that implement RpcScheduler
 class DecayRpcScheduler
          The decay RPC scheduler counts incoming requests in a map, then decays the counts at a fixed time interval.
 

Methods in org.apache.hadoop.ipc with parameters of type RpcScheduler
 void FairCallQueue.setScheduler(RpcScheduler newScheduler)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.