|
Change Variable Type key : Integer to key : Object in method private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, startKey Object) : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Change Variable Type involvedLockedKeys : Set<Integer> to involvedLockedKeys : Set<Object> in method private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, startKey Object) : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Change Variable Type keys : List<Integer> to keys : List<Object> in method public run() : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest.doTestDeadlock.fut.runMultiThreadedAsync |
From |
To |
|
Change Variable Type involvedKeys : Set<Integer> to involvedKeys : Set<Object> in method private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, startKey Object) : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Change Variable Type keys : List<Integer> to keys : List<T> in method private generateKeys(nodesCnt int, startKey T, loc boolean, reverse boolean) : List<List<T>> in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Change Variable Type key : Integer to key : Object in method public run() : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest.doTestDeadlock.fut.runMultiThreadedAsync |
From |
To |
|
Change Variable Type keySets : List<List<Integer>> to keySets : List<List<Object>> in method private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, startKey Object) : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Change Variable Type i : Integer to o : Object in method public run() : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest.doTestDeadlock.fut.runMultiThreadedAsync |
From |
To |
|
Change Variable Type keySets : List<List<Integer>> to keySets : List<List<T>> in method private generateKeys(nodesCnt int, startKey T, loc boolean, reverse boolean) : List<List<T>> in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest |
From |
To |
|
Extract And Move Method protected checkAllTransactionsCompleted(involvedKeys Set<Object>, nodesCnt int, cacheName String) : void extracted from private doTestDeadlock(txCnt int, loc boolean, lockPrimaryFirst boolean, clientTx boolean, transformer IgniteClosure<Integer,Object>) : void in class org.apache.ignite.internal.processors.cache.transactions.TxPessimisticDeadlockDetectionTest & moved to class org.apache.ignite.internal.processors.cache.transactions.AbstractDeadlockDetectionTest |
From |
To |
|
Extract And Move Method protected checkAllTransactionsCompleted(involvedKeys Set<Object>, nodesCnt int, cacheName String) : void extracted from private doTestDeadlock(txCnt int, lockPrimaryFirst boolean, clientTx boolean, startKey Object) : void in class org.apache.ignite.internal.processors.cache.transactions.TxOptimisticDeadlockDetectionTest & moved to class org.apache.ignite.internal.processors.cache.transactions.AbstractDeadlockDetectionTest |
From |
To |