|
Change Variable Type updateCountersAndNodesByPartitions : Map<Integer,T2<UUID,Long>> to updateCountersAndNodesByPartitions : Map<Integer,AbstractMap.Entry<UUID,Long>> in method public validatePartitionsUpdateCounters(top GridDhtPartitionTopology, messages Map<UUID,GridDhtPartitionsSingleMessage>, ignoringNodes Set<UUID>) : Map<Integer,Map<UUID,Long>> in class org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionsStateValidator |
From |
To |
|
Change Variable Type existingData : T2<UUID,Long> to existingData : AbstractMap.Entry<UUID,Long> in method private process(invalidPartitions Map<Integer,Map<UUID,Long>>, countersAndNodes Map<Integer,AbstractMap.Entry<UUID,Long>>, part int, node UUID, counter long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionsStateValidator |
From |
To |
|
Change Variable Type sizesAndNodesByPartitions : Map<Integer,T2<UUID,Long>> to sizesAndNodesByPartitions : Map<Integer,AbstractMap.Entry<UUID,Long>> in method public validatePartitionsSizes(top GridDhtPartitionTopology, messages Map<UUID,GridDhtPartitionsSingleMessage>, ignoringNodes Set<UUID>) : Map<Integer,Map<UUID,Long>> in class org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionsStateValidator |
From |
To |