|
Change Return Type KeyValuePair<Object,CompletableFuture<Void>> to Map<Object,CompletableFuture<Void>> in method public getReleaseFutureForKeys(keys Collection<Object>) : Map<Object,CompletableFuture<Void>> in class org.infinispan.transaction.xa.CacheTransaction |
From |
To |
|
Change Return Type KeyValuePair<Object,CompletableFuture<Void>> to Map<Object,CompletableFuture<Void>> in method public getReleaseFutureForKeys(keys Collection<Object>) : Map<Object,CompletableFuture<Void>> in class org.infinispan.transaction.impl.AbstractCacheTransaction |
From |
To |
|
Change Return Type PendingTransaction to KeyValuePair<CacheTransaction,Object> in method private getPendingTransaction() : KeyValuePair<CacheTransaction,Object> in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.PendingLockPromiseImpl |
From |
To |
|
Change Return Type PendingTransaction to KeyValuePair<CacheTransaction,Object> in method private waitForTransactionsToComplete(transactionsToCheck Collection<PendingTransaction>, expectedEndTime long) : KeyValuePair<CacheTransaction,Object> in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager |
From |
To |
|
Change Variable Type lockOwner : PendingTransaction to lockOwner : KeyValuePair<CacheTransaction,Object> in method private checkForPendingLock(key Object, globalTransaction GlobalTransaction, transactionTopologyId int, lockTimeout long) : long in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager |
From |
To |
|
Change Variable Type keyReleaseFuture : KeyValuePair<Object,CompletableFuture<Void>> to keyReleaseFuture : Map<Object,CompletableFuture<Void>> in method private getTransactionWithAnyLockedKey(transactionTopologyId int, keys Collection<Object>, globalTransaction GlobalTransaction) : Collection<PendingTransaction> in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager |
From |
To |
|
Change Variable Type backupKey : Object to result : Map<Object,CompletableFuture<Void>> in method public getReleaseFutureForKeys(keys Collection<Object>) : Map<Object,CompletableFuture<Void>> in class org.infinispan.transaction.impl.AbstractCacheTransaction |
From |
To |
|
Change Variable Type lockOwner : PendingTransaction to lockOwner : KeyValuePair<CacheTransaction,Object> in method private checkForAnyPendingLocks(keys Collection<Object>, globalTransaction GlobalTransaction, transactionTopologyId int, lockTimeout long) : long in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager |
From |
To |