|
Change Parameter Type threshold : float to threshold : double in method public GreedyPlanner(threshold double, node DiskBalancerDataNode) in class org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner |
From |
To |
|
Change Parameter Type thresholdPercentage : float to thresholdPercentage : double in method public isBalancingNeeded(thresholdPercentage double) : boolean in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerVolumeSet |
From |
To |
|
Change Parameter Type threshold : float to threshold : double in method public getPlanner(plannerName String, node DiskBalancerDataNode, threshold double) : Planner in class org.apache.hadoop.hdfs.server.diskbalancer.planner.PlannerFactory |
From |
To |
|
Change Parameter Type thresholdPercent : float to thresholdPercent : double in method public computePlan(thresholdPercent double) : List<NodePlan> in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster |
From |
To |
|
Change Parameter Type threshold : float to threshold : double in method public isBalancingNeeded(threshold double) : boolean in class org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerDataNode |
From |
To |