Uses of Class
org.apache.hadoop.ipc.ProcessingDetails
Packages that use ProcessingDetails
-
Uses of ProcessingDetails in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return ProcessingDetailsMethods in org.apache.hadoop.ipc with parameters of type ProcessingDetailsModifier 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.longCostProvider.getCost(ProcessingDetails details) Get cost fromProcessingDetailswhich will be used in scheduler.longDefaultCostProvider.getCost(ProcessingDetails details) Returns 1, regardless of the processing details.longWeightedTimeCostProvider.getCost(ProcessingDetails details) Calculates a weighted sum of the times stored on the provided processing details to be used as the cost inDecayRpcScheduler.