|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public putAllToStore(tx IgniteTxEx, map Map<K,IgniteBiTuple<V,GridCacheVersion>>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type cache : IgniteCache to cache : GridCacheAdapter in method package removeKeys(cache GridCacheAdapter, id IgniteUuid, name String, collocated boolean, startIdx long, endIdx long, batchSize int) : void in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheQueueAdapter |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx<?,?> in method private initSession(tx IgniteTxEx<?,?>) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public txEnd(tx IgniteTxEx, commit boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type log : IgniteLogger to ctx : GridKernalContext in method public GridExecutorService(prj ClusterGroupAdapter, ctx GridKernalContext) in class org.apache.ignite.internal.executor.GridExecutorService |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public onTxStateChange(prevState IgniteTxState, newState IgniteTxState, tx IgniteTxEx) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public addEvent(part int, key K, tx IgniteTxEx, 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 : IgniteTx to tx : IgniteTxEx in method public onDone(tx IgniteTxEx, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxFinishFuture |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method private SessionData(tx IgniteTxEx, cacheName String) in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager.SessionData |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method private loadAllFromStore(tx IgniteTxEx, 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 : IgniteTx to tx : IgniteTxEx in method public onDone(tx IgniteTxEx, err Throwable) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public addEvent(part int, key K, nodeId UUID, tx IgniteTxEx, 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 : IgniteTx to tx : IgniteTxEx in method public removeAllFromStore(tx IgniteTxEx, keys Collection<?>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type t : IgniteInternalFuture<IgniteTx> to t : IgniteInternalFuture<IgniteTxEx> in method public apply(t IgniteInternalFuture<IgniteTxEx>) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.CommitListener |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public removeFromStore(tx IgniteTxEx, key K) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public localStoreLoadAll(tx IgniteTxEx, 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 : IgniteTx to tx : IgniteTxEx in method public txString(tx IgniteTxEx) : String in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public loadAllFromStore(tx IgniteTxEx, keys Collection<? extends K>, vis IgniteBiInClosure<K,V>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method private loadFromStore(tx IgniteTxEx, key K, convert boolean) : Object in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public putToStore(tx IgniteTxEx, key K, val V, ver GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Parameter Type tx : IgniteTx to tx : IgniteTxEx in method public loadFromStore(tx IgniteTxEx, key K) : V in class org.apache.ignite.internal.processors.cache.GridCacheStoreManager |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public finishFuture() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEx |
From |
To |
|
Change Return Type IgniteTx to IgniteTxEx in method public txStartInternal(ctx GridCacheContext, prj CacheProjection, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation) : IgniteTxEx in class org.apache.ignite.internal.processors.cache.GridCacheUtils |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.local.GridLocalTx |
From |
To |
|
Change Return Type IgniteTx to IgniteTxEx in method public userTx() : IgniteTxEx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteAsyncSupport to Object in method public meta(name String) : Object in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteTx to IgniteTxEx in method private txStart0(concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, timeout long, txSize int, sys boolean) : IgniteTxEx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteFuture<R> to int in method public size() : int in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter.TxShadow |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public finishColocatedLocal(commit boolean, tx GridNearTxLocal<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsyncLocal() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsyncLocal() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public finishFuture() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxEx |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitTxAsync(tx IgniteTxEx) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteTx to IgniteTxEx in method private txStartGroupLock(ctx GridCacheContext, grpLockKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, partLock boolean, timeout long, txSize int, sys boolean) : IgniteTxEx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public processNearTxFinishRequest(nodeId UUID, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.GridDistributedTxRemoteAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public rollbackAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitTxAsync(tx IgniteTxEx<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.GridCacheSharedContext |
From |
To |
|
Change Return Type IgniteInternalFuture<IgniteTx> to IgniteInternalFuture<IgniteTxEx> in method public commitAsync() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.local.GridLocalTx |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 e : IgniteTx to e : IgniteTxEx in method public finishTxs(topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type res : GridCompoundFuture<IgniteTx,IgniteTx> to res : GridCompoundFuture<IgniteTxEx,IgniteTxEx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type res : GridCompoundFuture<IgniteTx,Boolean> to res : GridCompoundFuture<IgniteTxEx,Boolean> in method public finishTxs(topVer long) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager |
From |
To |
|
Change Variable Type rollbackFut : IgniteInternalFuture<IgniteTx> to rollbackFut : IgniteInternalFuture<IgniteTxEx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 e : CacheException to e : ClusterTopologyCheckedException in method public poll() : T in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type e : CacheException to e : ClusterTopologyCheckedException in method public addAll(items Collection<? extends T>) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public sampling(val Boolean) : boolean in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 commitFut : IgniteInternalFuture<IgniteTx> to commitFut : IgniteInternalFuture<IgniteTxEx> in method public commit() : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxProxyImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method private txStartGroupLock(ctx GridCacheContext, grpLockKey Object, concurrency IgniteTxConcurrency, isolation IgniteTxIsolation, partLock boolean, timeout long, txSize int, sys boolean) : IgniteTxEx in class org.apache.ignite.internal.processors.cache.transactions.IgniteTransactionsImpl |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTx> to f : IgniteInternalFuture<IgniteTxEx> 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 tx : IgniteTx to tx : IgniteTxEx in method public checkJta() : void in class org.apache.ignite.internal.processors.cache.jta.CacheJtaManager |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx in method private internalGetAndSet(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method private internalAddAndGet(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type fut : GridFutureAdapter<IgniteTx> to fut : GridFutureAdapter<IgniteTxEx> in method private state(state IgniteTxState, timedOut boolean) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 commitFut : IgniteInternalFuture<IgniteTx> to commitFut : IgniteInternalFuture<IgniteTxEx> in method private finishDhtLocal(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type fut : IgniteInternalFuture<IgniteTx> to fut : IgniteInternalFuture<IgniteTxEx> 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 : IgniteTx to tx : IgniteTxEx in method public unlock(info GridGgfsFileInfo, modificationTime long) : void in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |
|
Change Variable Type fut : GridFutureAdapter<IgniteTx> to fut : GridFutureAdapter<IgniteTxEx> in method public finishFuture() : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter |
From |
To |
|
Change Variable Type colocatedFinishFut : IgniteInternalFuture<IgniteTx> to colocatedFinishFut : IgniteInternalFuture<IgniteTxEx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public call() : Object in class org.apache.ignite.internal.processors.rest.handlers.cache.GridCacheCommandHandler.appendOrPrepend.callLocalSafe |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx in method private internalSet(val T) : Callable<Boolean> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicReferenceImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public call() : CacheAtomicSequence in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager.sequence.outTx |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public addAll(items Collection<? extends T>) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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<IgniteTx> to fut : IgniteInternalFuture<IgniteTxEx> 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 : IgniteTx to tx : IgniteTxEx in method protected removeItem(rmvIdx long) : void in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type nearFinishFut : IgniteInternalFuture<IgniteTx> to nearFinishFut : IgniteInternalFuture<IgniteTxEx> in method public finish(nodeId UUID, locTx GridNearTxLocal<K,V>, req GridNearTxFinishRequest<K,V>) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public spreadBlocks(fileInfo GridGgfsFileInfo, range GridGgfsFileAffinityRange) : void in class org.apache.ignite.internal.processors.fs.GridGgfsDataManager |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 fut : IgniteInternalFuture<IgniteTx> to fut : IgniteInternalFuture<IgniteTxEx> in method package finish() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxFinishFuture |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 tx : IgniteTx to tx : IgniteTxEx in method private initializeLatch() : void in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheCountDownLatchImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 fut : IgniteInternalFuture<IgniteTx> to fut : IgniteInternalFuture<IgniteTxEx> 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 tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx in method private internalGetAndAdd(l long) : Callable<Long> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheAtomicLongImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx in method private reassign(dep GridServiceDeployment, topVer long) : void in class org.apache.ignite.internal.processors.service.GridServiceProcessor |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public call() : Integer in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheCountDownLatchImpl.CountDownCallable |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public poll() : T in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type f : IgniteInternalFuture<IgniteTx> to f : IgniteInternalFuture<IgniteTxEx> in method public commitTxAsync(tx IgniteTxEx) : IgniteInternalFuture<IgniteTxEx> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 tx : IgniteTx to tx : IgniteTxEx 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 : IgniteTx to tx : IgniteTxEx 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 tx : IgniteTx to tx : IgniteTxEx 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 tx : IgniteTx to tx : IgniteTxEx in method public removeCountDownLatch(name String) : boolean in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheDataStructuresManager |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx 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 e : CacheException to e : ClusterTopologyCheckedException in method protected removeItem(rmvIdx long) : void in class org.apache.ignite.internal.processors.cache.datastructures.GridTransactionalCacheQueueImpl |
From |
To |
|
Change Variable Type tx : IgniteTx to tx : IgniteTxEx in method public lock(fileId IgniteUuid) : GridGgfsFileInfo in class org.apache.ignite.internal.processors.fs.GridGgfsMetaManager |
From |
To |