|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addAlternateVersion(ver GridCacheVersion, tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public IgniteTxEntry(ctx GridCacheContext<K,V>, tx IgniteInternalTx<K,V>, op GridCacheOperation, val V, entryProcessor EntryProcessor<K,V,?>, invokeArgs Object[], ttl long, entry GridCacheEntryEx<K,V>, filters IgnitePredicate<CacheEntry<K,V>>[], drVer GridCacheVersion) in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txCompatible(tx IgniteInternalTx<K,V>, activeCacheIds Iterable<Integer>, cacheCtx GridCacheContext<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerSet(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, val V, valBytes byte[], writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, drExpireTime long, drVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public peek0(failFast boolean, mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tmLock(tx IgniteInternalTx<K,V>, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private minVersion(entries Iterable<IgniteTxEntry<K,V>>, min GridCacheVersion, tx IgniteInternalTx<K,V>) : GridCacheVersion in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public finishPessimisticTxOnRecovery(tx IgniteInternalTx<K,V>, commitInfo GridCacheCommittedTxInfo<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public addEvent(part int, key K, tx IgniteInternalTx, owner GridCacheMvccCandidate<K>, type int, newVal V, hasNewVal boolean, oldVal V, hasOldVal boolean, subjId UUID, cloClsName String, taskName String) : void in class org.apache.ignite.internal.processors.cache.GridCacheEventManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridCacheOptimisticCheckPreparedTxFuture(cctx GridCacheSharedContext<K,V>, tx IgniteInternalTx<K,V>, failedNodeId UUID, txNodes Map<UUID,Collection<UUID>>) in class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridCachePessimisticCheckCommittedTxFuture(cctx GridCacheSharedContext<K,V>, tx IgniteInternalTx<K,V>, failedNodeId UUID) in class org.apache.ignite.internal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public commitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public prepareTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected readThrough(tx IgniteInternalTx<K,V>, key K, reload boolean, filter IgnitePredicate<CacheEntry<K,V>>[], subjId UUID, taskName String) : V in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerRemove(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, writeThrough boolean, retval boolean, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, drVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addCommittedTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCachePerThreadTxCommitBuffer |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addCommittedTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheTxCommitBuffer |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerGet(tx IgniteInternalTx<K,V>, readSwap boolean, readThrough boolean, failFast boolean, unmarshal boolean, updateMetrics boolean, evt boolean, tmp boolean, subjId UUID, transformClo Object, taskName String, filter IgnitePredicate<CacheEntry<K,V>>[], expirePlc IgniteCacheExpiryPolicy) : V in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private removeObsolete(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public loadAllFromStore(tx IgniteInternalTx, keys Collection<? extends K>, vis IgniteBiInClosure<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private decrementStartVersionCount(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tmLock(tx IgniteInternalTx<K,V>, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMultiTxFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public rollbackTxAsync(tx IgniteInternalTx<K,V>) : IgniteInternalFuture in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public onTxCommitted(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private groupLockSanityCheck(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public onStarted(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public onTxStateChange(prevState IgniteTxState, newState IgniteTxState, tx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridCachePessimisticCheckCommittedTxRequest(tx IgniteInternalTx<K,V>, originatingThreadId long, futId IgniteUuid, nearOnlyCheck boolean) in class org.apache.ignite.internal.processors.cache.distributed.GridCachePessimisticCheckCommittedTxRequest |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public localStoreLoadAll(tx IgniteInternalTx, keys Collection<? extends K>, vis GridInClosure3<K,V,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected peekAll0(keys Collection<? extends K>, modes Collection<GridCachePeekMode>, tx IgniteInternalTx<K,V>, skipped Collection<K>) : Map<K,V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public subjectId(tx IgniteInternalTx<K,V>, ctx GridCacheSharedContext<K,V>) : UUID in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public commitTxAsync(tx IgniteInternalTx<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private unlockMultiple(tx IgniteInternalTx<K,V>, entries Iterable<IgniteTxEntry<K,V>>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public IgniteTxProxyImpl(tx IgniteInternalTx<K,V>, cctx GridCacheSharedContext<K,V>, async boolean) in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxProxyImpl |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addRolledbackTx(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type t : IgniteInternalFuture<IgniteTxEx> to t : IgniteInternalFuture<IgniteInternalTx> in method public apply(t IgniteInternalFuture<IgniteInternalTx>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.CommitListener |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private sendLockReply(nearNode ClusterNode, tx IgniteInternalTx<K,V>, req GridNearLockRequest<K,V>, res GridNearLockResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerGet(tx IgniteInternalTx<K,V>, readSwap boolean, readThrough boolean, failFast boolean, unmarshal boolean, updateMetrics boolean, evt boolean, tmp boolean, subjId UUID, transformClo Object, taskName String, filter IgnitePredicate<CacheEntry<K,V>>[], expiryPlc IgniteCacheExpiryPolicy) : V in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerRemove(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, writeThrough boolean, retval boolean, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, explicitVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private PessimisticPrepareFuture(ctx GridKernalContext, tx IgniteInternalTx<K,V>) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal.PessimisticPrepareFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerGet(tx IgniteInternalTx<K,V>, readSwap boolean, readThrough boolean, failFast boolean, unmarshal boolean, updateMetrics boolean, evt boolean, tmp boolean, subjId UUID, transformClo Object, taskName String, filter IgnitePredicate<CacheEntry<K,V>>[], expiryPlc IgniteCacheExpiryPolicy) : V in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridCacheOptimisticCheckPreparedTxRequest(tx IgniteInternalTx<K,V>, txNum int, futId IgniteUuid, miniId IgniteUuid) in class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxRequest |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public putAllToStore(tx IgniteInternalTx, map Map<K,IgniteBiTuple<V,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private innerGet0(tx IgniteInternalTx<K,V>, readSwap boolean, readThrough boolean, evt boolean, failFast boolean, unmarshal boolean, updateMetrics boolean, tmp boolean, subjId UUID, transformClo Object, taskName String, filter IgnitePredicate<CacheEntry<K,V>>[], expiryPlc IgniteCacheExpiryPolicy) : V in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private CommitListener(tx IgniteInternalTx<K,V>) in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.CommitListener |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tmLock(tx IgniteInternalTx<K,V>, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public loadAsync(tx IgniteInternalTx, keys Collection<? extends K>, reload boolean, forcePrimary boolean, filter IgnitePredicate<CacheEntry<K,V>>[], subjId UUID, taskName String, deserializePortable boolean, expiryPlc ExpiryPolicy) : IgniteInternalFuture<Map<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public peek0(failFast boolean, mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private transactionMap(tx IgniteInternalTx<K,V>) : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method private loadFromStore(tx IgniteInternalTx, key K, convert boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public endTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public peek0(failFast boolean, mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerSet(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, val V, valBytes byte[], writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, drExpireTime long, explicitVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type cacheTx : IgniteTxEx to cacheTx : IgniteInternalTx in method public GridCacheXAResource(cacheTx IgniteInternalTx, cctx GridCacheContext) in class org.apache.ignite.internal.processors.cache.jta.GridCacheXAResource |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public putToStore(tx IgniteInternalTx, key K, val V, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txUnlock(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public isCompleted(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public uncommitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type t : IgniteTxEx<K,V> to t : IgniteInternalTx<K,V> in method public onDone(t IgniteInternalTx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peekTx(failFast boolean, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridNearTxPrepareRequest(futId IgniteUuid, topVer long, tx IgniteInternalTx<K,V>, reads Collection<IgniteTxEntry<K,V>>, writes Collection<IgniteTxEntry<K,V>>, grpLockKey IgniteTxKey, partLock boolean, near boolean, txNodes Map<UUID,Collection<UUID>>, last boolean, lastBackups Collection<UUID>, subjId UUID, taskNameHash int) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareRequest |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public loadFromStore(tx IgniteInternalTx, key K) : V in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public addEvent(part int, key K, nodeId UUID, tx IgniteInternalTx, owner GridCacheMvccCandidate<K>, type int, newVal V, hasNewVal boolean, oldVal V, hasOldVal boolean, subjId UUID, cloClsName String, taskName String) : void in class org.apache.ignite.internal.processors.cache.GridCacheEventManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txUnlock(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheTestEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public onDone(tx IgniteInternalTx, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public removeFromStore(tx IgniteInternalTx, key K) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public removeCommittedTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private addPessimisticRecovery(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type fut : IgniteInternalFuture<IgniteTxEx> to fut : IgniteInternalFuture<IgniteInternalTx> in method private saveFuture(fut IgniteInternalFuture<IgniteInternalTx>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxProxyImpl |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peek0(modes Collection<GridCachePeekMode>, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : V in class org.apache.ignite.internal.processors.cache.GridCacheEntryImpl |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private processCompletedEntries(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peekTxThenGlobal(failFast boolean, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public txString(tx IgniteInternalTx) : String in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public rollbackTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public finishOptimisticTxOnRecovery(tx IgniteInternalTx<K,V>, commit boolean) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected peek0(failFast boolean, key K, modes Collection<GridCachePeekMode>, tx IgniteInternalTx<K,V>) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public txContext(tx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public readThroughAllAsync(keys Collection<? extends K>, reload boolean, tx IgniteInternalTx<K,V>, filter IgnitePredicate<CacheEntry<K,V>>[], subjId UUID, taskName String, vis IgniteBiInClosure<K,V>) : IgniteInternalFuture<Object> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridCacheCommittedTxInfo(tx IgniteInternalTx<K,V>) in class org.apache.ignite.internal.processors.cache.distributed.GridCacheCommittedTxInfo |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerSet(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, val V, valBytes byte[], writeThrough boolean, retval boolean, ttl long, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, drExpireTime long, explicitVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method private SessionData(tx IgniteInternalTx, cacheName String) in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.SessionData |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public txEnd(tx IgniteInternalTx, commit boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<?,?> to tx : IgniteInternalTx<?,?> in method private initSession(tx IgniteInternalTx<?,?>) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public commitTxAsync(tx IgniteInternalTx) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addCommittedTx(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx0 : IgniteTxEx<K,V> to tx0 : IgniteInternalTx<K,V> in method public onDone(tx0 IgniteInternalTx<K,V>, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public abstract txUnlock(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheEntryEx |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method private loadAllFromStore(tx IgniteInternalTx, keys Collection<? extends K>, vis IgniteBiInClosure<K,V>, verVis GridInClosure3<K,V,GridCacheVersion>) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txUnlock(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.local.GridLocalCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public innerRemove(tx IgniteInternalTx<K,V>, evtNodeId UUID, affNodeId UUID, writeThrough boolean, retval boolean, evt boolean, metrics boolean, topVer long, filter IgnitePredicate<CacheEntry<K,V>>[], drType GridDrType, explicitVer GridCacheVersion, subjId UUID, taskName String) : GridCacheUpdateTxResult<V> in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tmLock(tx IgniteInternalTx<K,V>, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheEntry |
From |
To |
|
Change Parameter Type txx : IgniteTxEx to txx : IgniteInternalTx in method private unlockGroupLocks(txx IgniteInternalTx) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public GridDistributedTxPrepareRequest(tx IgniteInternalTx<K,V>, reads Collection<IgniteTxEntry<K,V>>, writes Collection<IgniteTxEntry<K,V>>, grpLockKey IgniteTxKey, partLock boolean, txNodes Map<UUID,Collection<UUID>>) in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxPrepareRequest |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public onDone(tx IgniteInternalTx, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxFinishFuture |
From |
To |
|
Change Parameter Type status : IgniteTxEx.FinalizationStatus to status : IgniteInternalTx.FinalizationStatus in method private salvageTx(tx IgniteInternalTx<K,V>, warn boolean, status IgniteInternalTx.FinalizationStatus) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peek0(modes Collection<GridCachePeekMode>, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : V in class org.apache.ignite.internal.processors.cache.GridCacheEvictionEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public salvageTx(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private commitIfRemotelyCommitted(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.NodeFailureTimeoutObject |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected readThrough(tx IgniteInternalTx<K,V>, key K, reload boolean, filter IgnitePredicate<CacheEntry<K,V>>[], subjId UUID, taskName String) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private notifyEvitions(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private salvageTx(tx IgniteInternalTx<K,V>, warn boolean, status IgniteInternalTx.FinalizationStatus) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private isSafeToForget(tx IgniteInternalTx<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private lockMultiple(tx IgniteInternalTx<K,V>, entries Iterable<IgniteTxEntry<K,V>>) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peek0(mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : V in class org.apache.ignite.internal.processors.cache.GridCacheEntryImpl |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public readThroughAllAsync(keys Collection<? extends K>, reload boolean, tx IgniteInternalTx<K,V>, filter IgnitePredicate<CacheEntry<K,V>>[], subjId UUID, taskName String, vis IgniteBiInClosure<K,V>) : IgniteInternalFuture<Object> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tmLock(tx IgniteInternalTx<K,V>, timeout long) : boolean in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private commitIfPrepared(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.NodeFailureTimeoutObject |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public loadedValue(tx IgniteInternalTx, primaryNodeId UUID, val V, valBytes byte[], ver GridCacheVersion, dhtVer GridCacheVersion, expVer GridCacheVersion, ttl long, expireTime long, evt boolean, topVer long, subjId UUID) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx to tx : IgniteInternalTx in method public removeAllFromStore(tx IgniteInternalTx, keys Collection<?>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected peek0(key K, modes Collection<GridCachePeekMode>, tx IgniteInternalTx<K,V>) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private peek0(mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>[], tx IgniteInternalTx<K,V>) : V in class org.apache.ignite.internal.processors.cache.GridCacheEvictionEntry |
From |
To |
|
Change Parameter Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public IgniteTxEntry(ctx GridCacheContext<K,V>, tx IgniteInternalTx<K,V>, op GridCacheOperation, val V, ttl long, drExpireTime long, entry GridCacheEntryEx<K,V>, drVer GridCacheVersion) in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEntry |
From |
To |
|
Change Return Type IgniteClosure<IgniteTxEx<K,V>,GridCacheVersion> to IgniteClosure<IgniteInternalTx<K,V>,GridCacheVersion> in method public tx2xidVersion() : IgniteClosure<IgniteInternalTx<K,V>,GridCacheVersion> in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method private txStartGroupLock(ctx GridCacheContext, grpLockKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, partLock boolean, timeout long, txSize int, sys boolean) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method public localTxForRecovery(nearXidVer GridCacheVersion, markFinalizing boolean) : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method private txStart0(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int, sys boolean) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public finishColocatedLocal(commit boolean, tx GridNearTxLocal<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(ctx GridCacheContext, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsyncLocal(reads Collection<IgniteTxEntry<K,V>>, writes Collection<IgniteTxEntry<K,V>>, txNodes Map<UUID,Collection<UUID>>, last boolean, lastBackups Collection<UUID>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartPartitionEx(ctx GridCacheContext, partId int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.IgniteTransactionsEx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method private prepareNearTx(nearNodeId UUID, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public processNearTxPrepareRequest(nearNodeId UUID, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.local.GridLocalTx |
From |
To |
|
Change Return Type Collection<IgniteTxEx<K,V>> to Collection<IgniteInternalTx<K,V>> in method public txs() : Collection<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method private txContext() : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.local.GridLocalTx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public finishFuture() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartInternal(ctx GridCacheContext, prj CacheProjection, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartPartitionEx(ctx GridCacheContext, partId int, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public processNearTxFinishRequest(nodeId UUID, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public finishFuture() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(ctx GridCacheContext, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.IgniteTransactionsEx |
From |
To |
|
Change Return Type ConcurrentMap<GridCacheVersion,IgniteTxEx<K,V>> to ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in method private transactionMap(tx IgniteInternalTx<K,V>) : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.local.GridLocalTx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method public txx(txId GridCacheVersion) : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method private prepareColocatedTx(locTx GridNearTxLocal<K,V>, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartAffinity(ctx GridCacheContext, affinityKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.IgniteTransactionsEx |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method public localTxx() : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public userTx() : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type Set<IgniteTxEx<K,V>> to Set<IgniteInternalTx<K,V>> in method public txs() : Set<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheMultiTxFuture |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(ctx GridCacheContext, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitTxAsync(tx IgniteInternalTx<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Return Type IgniteTxEx<K,V> to IgniteInternalTx<K,V> in method public txx() : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartAffinity(ctx GridCacheContext, affinityKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx |
From |
To |
|
Change Return Type Set<IgniteTxEx<K,V>> to Set<IgniteInternalTx<K,V>> in method public remainingTxs() : Set<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheMultiTxFuture |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteInternalTx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public finishFuture() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareTx(nearNodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(ctx GridCacheContext, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int) : IgniteInternalTx in class org.apache.ignite.internal.IgniteTransactionsEx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitTxAsync(tx IgniteInternalTx) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteTxEx to IgniteInternalTx in method public txStartEx(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx<K,V>> to IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync(reads Iterable<IgniteTxEntry<K,V>>, writes Iterable<IgniteTxEntry<K,V>>, verMap Map<IgniteTxKey<K>,GridCacheVersion>, msgId long, nearMiniId IgniteUuid, txNodes Map<UUID,Collection<UUID>>, last boolean, lastBackups Collection<UUID>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTxEx> to IgniteInternalFuture<IgniteInternalTx> in method public commitAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected onKernalStart0() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx0 : IgniteTxEx<K,V> to tx0 : IgniteInternalTx<K,V> in method public checkPessimisticTxCommitted(req GridCachePessimisticCheckCommittedTxRequest) : IgniteInternalFuture<GridCacheCommittedTxInfo<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private txStartGroupLock(ctx GridCacheContext, grpLockKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, partLock boolean, timeout long, txSize int, sys boolean) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public call() : CacheAtomicSequence in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager.sequence.outTx |
From |
To |
|
Change Variable Type prepareFut : IgniteInternalFuture<IgniteTxEx<K,V>> to prepareFut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type nearFinishFut : IgniteInternalFuture<IgniteTxEx> to nearFinishFut : IgniteInternalFuture<IgniteInternalTx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public unlock(info GridGgfsFileInfo, modificationTime long) : void in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method private prepareColocatedTx(locTx GridNearTxLocal<K,V>, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type res : GridCompoundFuture<IgniteTxEx,Boolean> to res : GridCompoundFuture<IgniteInternalTx,Boolean> in method public finishTxs(topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txsPreparedOrCommitted(nearVer GridCacheVersion, txNum int) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx> to fut : IgniteInternalFuture<IgniteInternalTx> in method private finish(m GridDistributedTxMapping<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public lock(fileId IgniteUuid) : GridGgfsFileInfo in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type txs : Collection<IgniteTxEx<Object,Object>> to txs : Collection<IgniteInternalTx<Object,Object>> in method public testDataStoringFlush() : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManagerSelfTest |
From |
To |
|
Change Variable Type res : GridCompoundFuture<IgniteTxEx,IgniteTxEx> to res : GridCompoundFuture<IgniteInternalTx,IgniteInternalTx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public localTx() : T in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public spreadBlocks(fileInfo GridGgfsFileInfo, range GridGgfsFileAffinityRange) : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManager |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public onResult(nodeId UUID, res GridDhtTxPrepareResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Variable Type fut : GridFutureAdapter<IgniteTxEx> to fut : GridFutureAdapter<IgniteInternalTx> in method private state(state IgniteTxState, timedOut boolean) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Variable Type txEx : IgniteTxEx<K,V> to txEx : IgniteInternalTx<K,V> in method public localTxForRecovery(nearXidVer GridCacheVersion, markFinalizing boolean) : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public sampling(val Boolean) : boolean in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public checkPessimisticTxCommitted(req GridCachePessimisticCheckCommittedTxRequest) : IgniteInternalFuture<GridCacheCommittedTxInfo<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private txStart0(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int, sys boolean) : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Variable Type txs : Collection<IgniteTxEx<Object,Object>> to txs : Collection<IgniteInternalTx<Object,Object>> in method public testDataStoringRemainder() : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManagerSelfTest |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public inTx(cache CacheProjection<K,V>, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, clo IgniteInClosureX<CacheProjection<K,V>>) : void in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private reassign(dep GridServiceDeployment, topVer long) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx> to fut : IgniteInternalFuture<IgniteInternalTx> in method public onResult(nodeId UUID, res GridNearTxFinishResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalAddAndGet(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type iter : Iterator<IgniteTxEx<K,V>> to iter : Iterator<IgniteInternalTx<K,V>> in method public prepareTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private synchronizeAndExecute(task SynchronizationTask<T>, fs IgniteFsFileSystem, strict boolean, extraLockIds Collection<IgniteUuid>, paths IgniteFsPath...) : T in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public visitable(filter IgnitePredicate<CacheEntry<K,V>>[]) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private removeInternal(key GridCacheInternal, cls Class<R>) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx0 : IgniteTxEx to tx0 : IgniteInternalTx in method private innerGet0(tx IgniteInternalTx<K,V>, readSwap boolean, readThrough boolean, evt boolean, failFast boolean, unmarshal boolean, updateMetrics boolean, tmp boolean, subjId UUID, transformClo Object, taskName String, filter IgnitePredicate<CacheEntry<K,V>>[], expiryPlc IgniteCacheExpiryPolicy) : V in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx> to fut : IgniteInternalFuture<IgniteInternalTx> in method package finish() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method package softDelete(parentId IgniteUuid, pathName String, pathId IgniteUuid) : IgniteUuid in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx0 : IgniteTxEx to tx0 : IgniteInternalTx in method private checkTx(ses CacheStoreSession) : void in class org.apache.ignite.internal.processors.cache.GridCacheTestStore |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalUpdate(l long, updated boolean) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicSequenceImpl |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public prepareAsync() : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public onTimeout() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.NodeFailureTimeoutObject |
From |
To |
|
Change Variable Type tx : IgniteTxEx<Integer,Integer> to tx : IgniteInternalTx<Integer,Integer> in method public testMapEntry() : void in class org.apache.ignite.loadtests.hashmap.GridHashMapLoadTest |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public finishTxs(topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public checkTxFlags(flags Collection<CacheFlag>) : void in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalCompareAndSet(expVal long, newVal long) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type e : IgniteTxEx<K,V> to e : IgniteInternalTx<K,V> in method public GridNearTxPrepareFuture(cctx GridCacheSharedContext<K,V>, tx GridNearTxLocal<K,V>) in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture |
From |
To |
|
Change Variable Type rollbackFut : IgniteInternalFuture<IgniteTxEx> to rollbackFut : IgniteInternalFuture<IgniteInternalTx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type txIdMap : ConcurrentMap<GridCacheVersion,IgniteTxEx<K,V>> to txIdMap : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in method public commitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx> to fut : IgniteInternalFuture<IgniteInternalTx> in method public onResult(nodeId UUID, res GridDhtTxFinishResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxFinishFuture |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method private prepareNearTx(nearNodeId UUID, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public addAll(items Collection<? extends T>) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx> to f : IgniteInternalFuture<IgniteInternalTx> in method public commitTxAsync(tx IgniteInternalTx) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method package delete(parentId IgniteUuid, name String, id IgniteUuid) : boolean in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type stuck : IgniteTxEx<K,V> to stuck : IgniteInternalTx<K,V> in method public printMemoryStats() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public printMemoryStats() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public countDownLatch(name String, cnt int, autoDel boolean, create boolean) : CacheCountDownLatch in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalGetAndAdd(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public updateInfo(fileId IgniteUuid, c IgniteClosure<GridGgfsFileInfo,GridGgfsFileInfo>) : GridGgfsFileInfo in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public userTx() : IgniteInternalTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type txs : Map<GridCacheVersion,IgniteTxEx> to txs : Map<GridCacheVersion,IgniteInternalTx> in method public toString() : String in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager.FinishLockFuture |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public call() : Object in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.appendOrPrepend.callLocalSafe |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public atomicStamped(name String, initVal T, initStamp S, create boolean) : CacheAtomicStamped<T,S> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalSet(val T) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicReferenceImpl |
From |
To |
|
Change Variable Type commitFut : IgniteInternalFuture<IgniteTxEx> to commitFut : IgniteInternalFuture<IgniteInternalTx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type fut : GridFutureAdapter<IgniteTxEx> to fut : GridFutureAdapter<IgniteInternalTx> in method public finishFuture() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public tx() : IgniteTx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public putIfAbsent(parentId IgniteUuid, fileName String, newFileInfo GridGgfsFileInfo) : IgniteUuid in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public removeIfEmpty(parentId IgniteUuid, fileName String, fileId IgniteUuid, path IgniteFsPath, rmvLocked boolean) : GridGgfsFileInfo in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type t : IgniteTxEx to t : IgniteInternalTx in method private checkSyncFlags(msg GridIoMessage) : void in class org.apache.ignite.client.integration.ClientAbstractMultiNodeSelfTest.TestCommunicationSpi |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public move(fileId IgniteUuid, srcFileName String, srcParentId IgniteUuid, destFileName String, destParentId IgniteUuid) : void in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type prep : IgniteInternalFuture<IgniteTxEx<K,V>> to prep : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public commitAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type fut : GridCacheMvccFuture<K,V,IgniteTxEx<K,V>> to fut : GridCacheMvccFuture<K,V,IgniteInternalTx<K,V>> in method public onOwnerChanged(entry GridCacheEntryEx<K,V>, owner GridCacheMvccCandidate<K>) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private processPartialBlockWrite(fileId IgniteUuid, colocatedKey GridGgfsBlockKey, startOff int, data byte[]) : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManager |
From |
To |
|
Change Variable Type colocatedFinishFut : IgniteInternalFuture<IgniteTxEx> to colocatedFinishFut : IgniteInternalFuture<IgniteInternalTx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public addEvent(part int, key K, evtNodeId UUID, owner GridCacheMvccCandidate<K>, type int, newVal V, hasNewVal boolean, oldVal V, hasOldVal boolean, subjId UUID, cloClsName String, taskName String) : void in class org.apache.ignite.internal.processors.cache.GridCacheEventManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public threadLocalTx() : T in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type prepFut : IgniteInternalFuture<IgniteTxEx<K,V>> to prepFut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public rollbackAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type prep : IgniteInternalFuture<IgniteTxEx<K,V>> to prep : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public rollbackAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public tx() : T in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method private proceedPrepare(mappings ConcurrentLinkedDeque8<GridDistributedTxMapping<K,V>>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture |
From |
To |
|
Change Variable Type txFut : IgniteInternalFuture<IgniteTxEx<K,V>> to txFut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method private prepareNearTx(nearNodeId UUID, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type firstTx : IgniteTxEx<K,V> to firstTx : IgniteInternalTx<K,V> in method public printMemoryStats() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type txIdMap : ConcurrentMap<GridCacheVersion,IgniteTxEx<K,V>> to txIdMap : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in method public onCreated(tx T) : T in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type txIdMap : ConcurrentMap<GridCacheVersion,IgniteTxEx<K,V>> to txIdMap : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in method public uncommitTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type txs : Collection<IgniteTxEx<Object,Object>> to txs : Collection<IgniteInternalTx<Object,Object>> in method public testDataStoring() : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManagerSelfTest |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalGetAndSet(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public poll() : T in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public atomicLong(name String, initVal long, create boolean) : CacheAtomicLong in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public checkJta() : void in class org.apache.ignite.internal.processors.cache.jta.CacheJtaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public txContextVersion() : GridCacheVersion in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public offer(item T) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public nearVersion(dhtVer GridCacheVersion) : GridCacheVersion in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public removeCountDownLatch(name String) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type it : Iterator<IgniteTxEx<K,V>> to it : Iterator<IgniteInternalTx<K,V>> in method public prepareTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type committedTx : IgniteTxEx<K,V> to committedTx : IgniteInternalTx<K,V> in method public prepareTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method private prepareColocatedTx(locTx GridNearTxLocal<K,V>, req GridNearTxPrepareRequest<K,V>) : IgniteInternalFuture<IgniteInternalTx<K,V>> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type e : IgniteTxEx to e : IgniteInternalTx in method public finishTxs(topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public atomicReference(name String, initVal T, create boolean) : CacheAtomicReference<T> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public init() : void in class org.apache.ignite.internal.processors.cache.GridCacheMultiTxFuture |
From |
To |
|
Change Variable Type txIdMap : ConcurrentMap<GridCacheVersion,IgniteTxEx<K,V>> to txIdMap : ConcurrentMap<GridCacheVersion,IgniteInternalTx<K,V>> in method public rollbackTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type txs : Collection<IgniteTxEx> to txs : Collection<IgniteInternalTx> in method private checkTm(g Ignite, tm IgniteTxManager) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearTxMultiNodeSelfTest |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public localTxForRecovery(nearXidVer GridCacheVersion, markFinalizing boolean) : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public rollbackAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private checkTm(g Ignite, tm IgniteTxManager) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCacheNearTxMultiNodeSelfTest |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTxEx<K,V>> to fut : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public onResult(nodeId UUID, res GridNearTxPrepareResponse<K,V>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public commitAsyncLocal() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public updateTimes(parentId IgniteUuid, fileId IgniteUuid, fileName String, accessTime long, modificationTime long) : void in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalCompareAndSet(expValPred IgnitePredicate<T>, newValClos IgniteClosure<T,T>) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicReferenceImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private initializeLatch() : void in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheCountDownLatchImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public call() : Integer in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheCountDownLatchImpl.CountDownCallable |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalSet(val T, stamp S) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicStampedImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public salvageRemote(ver GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheMvcc |
From |
To |
|
Change Variable Type commitFut : IgniteInternalFuture<IgniteTxEx> to commitFut : IgniteInternalFuture<IgniteInternalTx> in method public commit() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxProxyImpl |
From |
To |
|
Change Variable Type prepareTx : IgniteTxEx<K,V> to prepareTx : IgniteInternalTx<K,V> in method public prepareTx(tx IgniteInternalTx<K,V>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method protected removeItem(rmvIdx long) : void in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method private internalCompareAndSet(expValPred IgnitePredicate<T>, newValClos IgniteClosure<T,T>, expStampPred IgnitePredicate<S>, newStampClos IgniteClosure<S,S>) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicStampedImpl |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method package delete(parentId IgniteUuid, listing Map<String,GridGgfsListingEntry>) : Collection<IgniteUuid> in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public addReader(nodeId UUID, msgId long, topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheEntry |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx> to f : IgniteInternalFuture<IgniteInternalTx> in method public lockAllAsync(cacheCtx GridCacheContext<K,V>, nearNode ClusterNode, req GridNearLockRequest<K,V>, filter0 IgnitePredicate<CacheEntry<K,V>>[]) : IgniteInternalFuture<GridNearLockResponse<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTxEx<K,V>> to f : IgniteInternalFuture<IgniteInternalTx<K,V>> in method public commitAsync() : IgniteInternalFuture<IgniteInternalTx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Variable Type e : IgniteTxEx<K,V> to e : IgniteInternalTx<K,V> in method public GridDhtTxPrepareFuture(cctx GridCacheSharedContext<K,V>, tx GridDhtTxLocalAdapter<K,V>, nearMiniId IgniteUuid, dhtVerMap Map<IgniteTxKey<K>,GridCacheVersion>, last boolean, lastBackups Collection<UUID>) in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method public localTxx() : IgniteInternalTx<K,V> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type t : IgniteTxEx<K,V> to t : IgniteInternalTx<K,V> in method public onCreated(tx T) : T in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx to tx : IgniteInternalTx in method public updateProperties(parentId IgniteUuid, fileId IgniteUuid, fileName String, props Map<String,String>) : GridGgfsFileInfo in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTxEx<K,V> to tx : IgniteInternalTx<K,V> in method protected peek0(failFast boolean, key K, mode GridCachePeekMode, filter IgnitePredicate<CacheEntry<K,V>>...) : GridTuple<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |