|
Move Method public pingNode(nodeId UUID) : boolean from class org.apache.ignite.internal.IgniteKernal to public pingNode(nodeId UUID) : boolean from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public stopNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public stopNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public restartNodes() : void from class org.apache.ignite.internal.IgniteKernal to public restartNodes() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.IgniteKernal to public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public restartNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public restartNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public stopNodes() : void from class org.apache.ignite.internal.IgniteKernal to public stopNodes() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public pingNode(nodeId UUID) : boolean from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public pingNode(nodeId UUID) : boolean from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method package startNodesAsync(file File, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> from class org.apache.ignite.internal.IgniteKernal to package startNodesAsync(file File, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method private runNextNodeCallable(queue ConcurrentLinkedQueue<IgniteNodeCallable>, comp GridCompoundFuture<GridTuple3<String,Boolean,String>,Collection<GridTuple3<String,Boolean,String>>>, cnt AtomicInteger) : boolean from class org.apache.ignite.internal.IgniteKernal to private runNextNodeCallable(queue ConcurrentLinkedQueue<IgniteNodeCallable>, comp GridCompoundFuture<GridTuple3<String,Boolean,String>,Collection<GridTuple3<String,Boolean,String>>>, cnt AtomicInteger) : boolean from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public future() : IgniteFuture<R> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public future() : IgniteFuture<R> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public nodeLocalMap() : ClusterNodeLocalMap<K,V> from class org.apache.ignite.internal.IgniteKernal to public nodeLocalMap() : ClusterNodeLocalMap<K,V> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public restartNodes() : void from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public restartNodes() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public mapKeyToNode(cacheName String, key K) : ClusterNode from class org.apache.ignite.internal.IgniteKernal to public mapKeyToNode(cacheName String, key K) : ClusterNode from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public forLocal() : ClusterGroup from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public forLocal() : ClusterGroup from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method private neighbors() : Collection<ClusterNode> from class org.apache.ignite.internal.IgniteKernal to private neighbors() : Collection<ClusterNode> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public topologyVersion() : long from class org.apache.ignite.internal.IgniteKernal to public topologyVersion() : long from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public nodeLocalMap() : ClusterNodeLocalMap<K,V> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public nodeLocalMap() : ClusterNodeLocalMap<K,V> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public forLocal() : ClusterGroup from class org.apache.ignite.internal.IgniteKernal to public forLocal() : ClusterGroup from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public mapKeysToNodes(cacheName String, keys Collection<? extends K>) : Map<ClusterNode,Collection<K>> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public mapKeysToNodes(cacheName String, keys Collection<? extends K>) : Map<ClusterNode,Collection<K>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public isAsync() : boolean from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public isAsync() : boolean from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public resetMetrics() : void from class org.apache.ignite.internal.IgniteKernal to public resetMetrics() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public withAsync() : IgniteCluster from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public withAsync() : IgniteCluster from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public mapKeyToNode(cacheName String, key K) : ClusterNode from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public mapKeyToNode(cacheName String, key K) : ClusterNode from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public isAsync() : boolean from class org.apache.ignite.internal.IgniteKernal to public isAsync() : boolean from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public restartNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.IgniteKernal to public restartNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public topologyVersion() : long from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public topologyVersion() : long from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public topology(topVer long) : Collection<ClusterNode> from class org.apache.ignite.internal.IgniteKernal to public topology(topVer long) : Collection<ClusterNode> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public stopNodes() : void from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public stopNodes() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public topology(topVer long) : Collection<ClusterNode> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public topology(topVer long) : Collection<ClusterNode> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public future() : IgniteFuture<R> from class org.apache.ignite.internal.IgniteKernal to public future() : IgniteFuture<R> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public stopNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.IgniteKernal to public stopNodes(ids Collection<UUID>) : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public resetMetrics() : void from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public resetMetrics() : void from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public mapKeysToNodes(cacheName String, keys Collection<? extends K>) : Map<ClusterNode,Collection<K>> from class org.apache.ignite.internal.IgniteKernal to public mapKeysToNodes(cacheName String, keys Collection<? extends K>) : Map<ClusterNode,Collection<K>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.IgniteKernal to public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.processors.hadoop.GridHadoopDefaultMapReducePlannerSelfTest.MockIgnite to public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<GridTuple3<String,Boolean,String>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method public withAsync() : IgniteCluster from class org.apache.ignite.internal.IgniteKernal to public withAsync() : IgniteCluster from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Move Method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> from class org.apache.ignite.internal.IgniteKernal to package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> from class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |