|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.internal.cluster.IgniteClusterAsyncImpl |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.internal.cluster.IgniteClusterAsyncImpl |
From |
To |
|
Change Return Type IgniteNodeCallable to StartNodeCallable in method public setLogger(log IgniteLogger) : StartNodeCallable in class org.apache.ignite.internal.util.nodestart.StartNodeCallableImpl |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method private startNodes(cluster IgniteCluster, hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Return Type IgniteNodeCallable to StartNodeCallable in method public nodeStartCallable(spec IgniteRemoteStartSpecification, timeout int) : StartNodeCallable in class org.apache.ignite.internal.util.nodestart.IgniteSshHelper |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.IgniteCluster |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.IgniteCluster |
From |
To |
|
Change Return Type IgniteNodeCallable to StartNodeCallable in method public nodeStartCallable(spec IgniteRemoteStartSpecification, timeout int) : StartNodeCallable in class org.apache.ignite.internal.util.nodestart.IgniteSshHelperImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> to IgniteInternalFuture<Collection<ClusterStartNodeResult>> in method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<Collection<GridTuple3<String,Boolean,String>>> to IgniteInternalFuture<Collection<ClusterStartNodeResult>> in method package startNodesAsync(file File, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Return Type Collection<GridTuple3<String,Boolean,String>> to Collection<ClusterStartNodeResult> in method public startNodes(file File, restart boolean, timeout int, maxConn int) : Collection<ClusterStartNodeResult> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Return Type GridTuple3<String,Boolean,String> to ClusterStartNodeResult in method public call() : ClusterStartNodeResult in class org.apache.ignite.internal.util.nodestart.StartNodeCallableImpl |
From |
To |
|
Change Variable Type fut : GridCompoundFuture<GridTuple3<String,Boolean,String>,Collection<GridTuple3<String,Boolean,String>>> to fut : GridCompoundFuture<ClusterStartNodeResult,Collection<ClusterStartNodeResult>> in method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStopNodes() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testRestartNodeById() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type nodeRuns : ConcurrentLinkedQueue<IgniteNodeCallable> to nodeRuns : ConcurrentLinkedQueue<StartNodeCallable> in method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type queue : ConcurrentLinkedQueue<IgniteNodeCallable> to queue : ConcurrentLinkedQueue<StartNodeCallable> in method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testRestartNodesByIdsC() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartThreeNodesAndTryToStartOneNode() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type runMap : Map<String,ConcurrentLinkedQueue<IgniteNodeCallable>> to runMap : Map<String,ConcurrentLinkedQueue<StartNodeCallable>> in method package startNodesAsync(hosts Collection<Map<String,Object>>, dflts Map<String,Object>, restart boolean, timeout int, maxConn int) : IgniteInternalFuture<Collection<ClusterStartNodeResult>> in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStopNodesByIdsC() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStopNodesFiltered() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type call : IgniteNodeCallable to call : StartNodeCallable in method private runNextNodeCallable(queue ConcurrentLinkedQueue<StartNodeCallable>, comp GridCompoundFuture<ClusterStartNodeResult,Collection<ClusterStartNodeResult>>, cnt AtomicInteger) : boolean in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testRestartNodesFiltered() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartFiveNodesInTwoCalls() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartOneNode() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testRestartNodes() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartThreeNodes() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartThreeNodesAndRestart() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testRestartNodesByIds() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStopNodesByIds() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<GridTuple3<String,Boolean,String>> to fut : IgniteInternalFuture<ClusterStartNodeResult> in method private runNextNodeCallable(queue ConcurrentLinkedQueue<StartNodeCallable>, comp GridCompoundFuture<ClusterStartNodeResult,Collection<ClusterStartNodeResult>>, cnt AtomicInteger) : boolean in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<GridTuple3<String,Boolean,String>> to f : IgniteInternalFuture<ClusterStartNodeResult> in method private runNextNodeCallable(queue ConcurrentLinkedQueue<StartNodeCallable>, comp GridCompoundFuture<ClusterStartNodeResult,Collection<ClusterStartNodeResult>>, cnt AtomicInteger) : boolean in class org.apache.ignite.internal.cluster.IgniteClusterImpl |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStopNodeById() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartFiveWithTwoSpecs() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testStartThreeNodesAndDoEmptyCall() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |
|
Change Variable Type res : Collection<GridTuple3<String,Boolean,String>> to res : Collection<ClusterStartNodeResult> in method public testCustomScript() : void in class org.apache.ignite.internal.IgniteProjectionStartStopRestartSelfTest |
From |
To |