|
Change Return Type Collection<ClusterNode> to List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl |
From |
To |
|
Change Return Type Collection<ClusterNode> to List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology |
From |
To |
|
Change Return Type Collection<ClusterNode> to List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopology |
From |
To |
|
Change Return Type Collection<ClusterNode> to List<ClusterNode> in method private mapKey(key KeyCacheObject, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type dhtNodes : Collection<ClusterNode> to dhtNodes : List<ClusterNode> in method public addWriteEntry(entry GridDhtCacheEntry, val CacheObject, entryProcessor EntryProcessor<Object,Object,Object>, ttl long, conflictExpireTime long, conflictVer GridCacheVersion, addPrevVal boolean, prevVal CacheObject, updateCntr long) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateFuture |
From |
To |
|
Change Variable Type nodes : Collection<ClusterNode> to nodes : List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridClientPartitionTopology |
From |
To |
|
Change Variable Type affNodes : Collection<ClusterNode> to affNodes : List<ClusterNode> in method private mapUpdate(topNodes Collection<ClusterNode>, topVer AffinityTopologyVersion, futVer GridCacheVersion, updVer GridCacheVersion, remapKeys Collection<KeyCacheObject>) : Map<UUID,GridNearAtomicUpdateRequest> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture |
From |
To |
|
Change Variable Type nodes : Collection<ClusterNode> to nodes : List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl |
From |
To |
|
Change Variable Type dhtNodes : Collection<ClusterNode> to dhtNodes : List<ClusterNode> in method private map(nodeId UUID, topVer AffinityTopologyVersion, cached GridCacheEntryEx, readers Collection<UUID>, dhtMap Map<ClusterNode,List<KeyCacheObject>>, nearMap Map<ClusterNode,List<KeyCacheObject>>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter |
From |
To |
|
Change Variable Type affNodes : Collection<ClusterNode> to affNodes : List<ClusterNode> in method public nodes(p int, topVer AffinityTopologyVersion) : List<ClusterNode> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl |
From |
To |