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

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

Uses of RpcMultiplexer in org.apache.hadoop.ipc
 

Classes in org.apache.hadoop.ipc that implement RpcMultiplexer
 class WeightedRoundRobinMultiplexer
          Determines which queue to start reading from, occasionally drawing from low-priority queues in order to prevent starvation.
 

Methods in org.apache.hadoop.ipc with parameters of type RpcMultiplexer
 void FairCallQueue.setMultiplexer(RpcMultiplexer newMux)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.