|
Rename Variable rawCount : AtomicLong to rawCost : AtomicLong in method private decayCurrentCosts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable totalDecayedCount : long to totalDecayedCost : long in method private decayCurrentCosts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable occurrences : long to currentCost : long in method private cachedOrComputedPriorityLevel(identity Object) : int in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable count : List<AtomicLong> to cost : List<AtomicLong> in method private addCost(identity Object, costDelta long) : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable otherCount : List<AtomicLong> to otherCost : List<AtomicLong> in method private addCost(identity Object, costDelta long) : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable decayedCount : AtomicLong to decayedCost : AtomicLong in method private decayCurrentCosts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable decayedCount : Long to decayedCost : Long in method private getDecayedCallCosts() : Map<Object,Long> in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable decayedCallCounts : Map<Object,Long> to decayedCallCosts : Map<Object,Long> in method private getDecayedCallCosts() : Map<Object,Long> in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable totalRawCount : long to totalRawCost : long in method private decayCurrentCosts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Rename Variable count : Long to cost : Long in method private getTopCallers(n int) : TopN in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |