Uses of Interface
org.apache.hadoop.ipc.Schedulable
Packages that use Schedulable
-
Uses of Schedulable in org.apache.hadoop.ipc
Classes in org.apache.hadoop.ipc with type parameters of type SchedulableModifier and TypeClassDescriptionclassCallQueueManager<E extends Schedulable>Abstracts queue operations for different blocking queues.classFairCallQueue<E extends Schedulable>A queue with multiple levels for each priority.Classes in org.apache.hadoop.ipc that implement SchedulableModifier and TypeClassDescriptionclassExternalCall<T>static classA generic call queued for handling.Methods in org.apache.hadoop.ipc with parameters of type SchedulableModifier and TypeMethodDescriptionvoidDecayRpcScheduler.addResponseTime(String callName, Schedulable schedulable, ProcessingDetails details) voidDefaultRpcScheduler.addResponseTime(String callName, Schedulable schedulable, ProcessingDetails details) default voidRpcScheduler.addResponseTime(String callName, Schedulable schedulable, ProcessingDetails details) Store a processing time value for an RPC call into this scheduler.intDecayRpcScheduler.getPriorityLevel(Schedulable obj) Compute the appropriate priority for a schedulable based on past requests.intDefaultRpcScheduler.getPriorityLevel(Schedulable obj) intRpcScheduler.getPriorityLevel(Schedulable obj) IdentityProvider.makeIdentity(Schedulable obj) Return the string used for scheduling.UserIdentityProvider.makeIdentity(Schedulable obj) booleanDecayRpcScheduler.shouldBackOff(Schedulable obj) booleanDefaultRpcScheduler.shouldBackOff(Schedulable obj) booleanRpcScheduler.shouldBackOff(Schedulable obj)