Uses of Interface
org.apache.hadoop.ipc.RpcScheduler
Packages that use RpcScheduler
-
Uses of RpcScheduler in org.apache.hadoop.ipc
Classes in org.apache.hadoop.ipc that implement RpcSchedulerModifier and TypeClassDescriptionclassThe decay RPC scheduler tracks the cost of incoming requests in a map, then decays the costs at a fixed time interval.classNo op default RPC scheduler.Method parameters in org.apache.hadoop.ipc with type arguments of type RpcSchedulerModifier and TypeMethodDescriptionvoidCallQueueManager.swapQueue(Class<? extends RpcScheduler> schedulerClass, Class<? extends BlockingQueue<E>> queueClassToUse, int maxSize, String ns, Configuration conf) Replaces active queue with the newly requested one and transfers all calls to the newQ before returning.