|
Change Variable Type entry : Map.Entry<Object,AtomicLong> to entry : Map.Entry<Object,List<AtomicLong>> in method private getTopCallers(n int) : TopN in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type entry : Map.Entry<Object,AtomicLong> to entry : Map.Entry<Object,List<AtomicLong>> in method public getCallCountSnapshot() : Map<Object,Long> in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Object,AtomicLong>> to it : Iterator<Map.Entry<Object,List<AtomicLong>>> in method private decayCurrentCounts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type count : AtomicLong to count : List<AtomicLong> in method private getAndIncrementCallCounts(identity Object) : long in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type entry : Map.Entry<Object,AtomicLong> to entry : Map.Entry<Object,List<AtomicLong>> in method private recomputeScheduleCache() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type entry : Map.Entry<Object,AtomicLong> to entry : Map.Entry<Object,List<AtomicLong>> in method private decayCurrentCounts() : void in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type otherCount : AtomicLong to otherCount : List<AtomicLong> in method private getAndIncrementCallCounts(identity Object) : long in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |
|
Change Variable Type it : Iterator<Map.Entry<Object,AtomicLong>> to it : Iterator<Map.Entry<Object,List<AtomicLong>>> in method private getTopCallers(n int) : TopN in class org.apache.hadoop.ipc.DecayRpcScheduler |
From |
To |