|
Change Variable Type deps : ConcurrentLinkedDeque8<GridDeployment> to deps : Deque<GridDeployment> in method private undeploy(ldr ClassLoader) : void in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type putQ : ConcurrentLinkedDeque8<Integer> to putQ : Deque<Integer> in method public testMutliThreaded2() : void in class org.apache.ignite.lang.utils.GridCircularBufferSelfTest |
From |
To |
|
Change Variable Type waitList : ConcurrentLinkedDeque8<DelayedMessage> to waitList : Deque<DelayedMessage> in method public onKernalStart0() : void in class org.apache.ignite.internal.managers.communication.GridIoManager |
From |
To |
|
Change Variable Type sent : ConcurrentLinkedDeque8<GridTestMessage> to sent : Deque<GridTestMessage> in method public testSendToRandomNodesMultithreaded() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest |
From |
To |
|
Change Variable Type e : Entry<UUID,ConcurrentLinkedDeque8<GridTestMessage>> to e : Entry<UUID,Deque<GridTestMessage>> in method public testSendToRandomNodesMultithreaded() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest |
From |
To |
|
Change Variable Type deps : ConcurrentLinkedDeque8<GridDeployment> to deps : Deque<GridDeployment> in method private deployment(alias String) : GridDeployment in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type evictedQ : ConcurrentLinkedDeque8<Integer> to evictedQ : Deque<Integer> in method public testMutliThreaded2() : void in class org.apache.ignite.lang.utils.GridCircularBufferSelfTest |
From |
To |
|
Change Variable Type e : Entry<UUID,ConcurrentLinkedDeque8<DelayedMessage>> to e : Entry<UUID,Deque<DelayedMessage>> in method public onKernalStart0() : void in class org.apache.ignite.internal.managers.communication.GridIoManager |
From |
To |
|
Change Variable Type rcvd : ConcurrentLinkedDeque8<GridTestMessage> to rcvd : Deque<GridTestMessage> in method public testSendToRandomNodesMultithreaded() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest |
From |
To |
|
Change Variable Type deps : ConcurrentLinkedDeque8<GridDeployment> to deps : Deque<GridDeployment> in method public getDeployment(ldrId IgniteUuid) : GridDeployment in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type futs : ConcurrentLinkedDeque8<GridFutureAdapter<Object>> to futs : ConcurrentLinkedDeque<GridFutureAdapter<Object>> in method public main(args String[]) : void in class org.apache.ignite.lang.GridFutureListenPerformanceTest |
From |
To |
|
Change Variable Type cachedDeps : ConcurrentLinkedDeque8<GridDeployment> to cachedDeps : Deque<GridDeployment> in method private deploy(depMode DeploymentMode, ldr ClassLoader, cls Class<?>, alias String, recordEvt boolean) : GridDeployment in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type queue : ConcurrentLinkedDeque8<GridTestMessage> to queue : Deque<GridTestMessage> in method public run() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest.testSendToRandomNodesMultithreaded.fut.multithreadedAsync |
From |
To |
|
Change Variable Type old : ConcurrentLinkedDeque8<GridTestMessage> to old : Deque<GridTestMessage> in method public run() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest.testSendToRandomNodesMultithreaded.fut.multithreadedAsync |
From |
To |
|
Change Variable Type deps : ConcurrentLinkedDeque8<GridDeployment> to deps : Deque<GridDeployment> in method private deploy(depMode DeploymentMode, ldr ClassLoader, cls Class<?>, alias String, recordEvt boolean) : GridDeployment in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type msgs : ConcurrentMap<UUID,ConcurrentLinkedDeque8<GridTestMessage>> to msgs : ConcurrentMap<UUID,Deque<GridTestMessage>> in method public testSendToRandomNodesMultithreaded() : void in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest |
From |
To |
|
Change Variable Type futs : ConcurrentLinkedDeque8<GridFutureAdapter<Boolean>> to futs : ConcurrentLinkedDeque<GridFutureAdapter<Boolean>> in method public testConcurrentCompletion() : void in class org.apache.ignite.internal.util.future.GridCompoundFutureSelfTest |
From |
To |
|
Change Variable Type i1 : Iterator<ConcurrentLinkedDeque8<GridDeployment>> to i1 : Iterator<Deque<GridDeployment>> in method private undeploy(ldr ClassLoader) : void in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Variable Type futs : ConcurrentLinkedDeque8<GridFutureAdapter<Object>> to futs : ConcurrentLinkedDeque<GridFutureAdapter<Object>> in method public main(args String[]) : void in class org.apache.ignite.internal.util.future.GridFutureListenPerformanceTest |
From |
To |
|
Change Variable Type futs : ConcurrentLinkedDeque8<GridFutureAdapter<Boolean>> to futs : ConcurrentLinkedDeque<GridFutureAdapter<Boolean>> in method public testConcurrentRandomCompletion() : void in class org.apache.ignite.internal.util.future.GridCompoundFutureSelfTest |
From |
To |
|
Change Variable Type depList : ConcurrentLinkedDeque8<GridDeployment> to depList : Deque<GridDeployment> in method public getDeployments() : Collection<GridDeployment> in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |
|
Change Attribute Type queue : ConcurrentLinkedDeque8<IgniteBiTuple<K,StatefulValue<K,V>>> to queue : FastSizeDeque<IgniteBiTuple<K,StatefulValue<K,V>>> in class org.apache.ignite.internal.processors.cache.store.GridCacheWriteBehindStore.Flusher |
From |
To |
|
Change Attribute Type queue : ConcurrentLinkedDeque8<Future> to queue : Deque<Future> in class org.apache.ignite.internal.util.future.GridFutureQueueTest.QueueTest |
From |
To |
|
Change Attribute Type waitMap : ConcurrentMap<UUID,ConcurrentLinkedDeque8<DelayedMessage>> to waitMap : ConcurrentMap<UUID,Deque<DelayedMessage>> in class org.apache.ignite.internal.managers.communication.GridIoManager |
From |
To |
|
Change Attribute Type rmvQueue : ConcurrentLinkedDeque8<RemovedEntryHolder> to rmvQueue : FastSizeDeque<RemovedEntryHolder> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtLocalPartition |
From |
To |
|
Change Attribute Type rcvdMsgs : ConcurrentLinkedDeque8<GridTestMessage> to rcvdMsgs : Deque<GridTestMessage> in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiLanTest.MessageListener |
From |
To |
|
Change Attribute Type backupQ : ConcurrentLinkedDeque8<CacheContinuousQueryEntry> to backupQ : FastSizeDeque<CacheContinuousQueryEntry> in class org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryEventBuffer |
From |
To |
|
Change Attribute Type vers : ConcurrentLinkedDeque8<T> to vers : FastSizeDeque<T> in class org.apache.ignite.internal.processors.cache.GridDeferredAckMessageSender.DeferredAckMessageBuffer |
From |
To |
|
Change Attribute Type finishFuts : ConcurrentLinkedDeque8<FinishLockFuture> to finishFuts : FastSizeDeque<FinishLockFuture> in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager |
From |
To |
|
Change Attribute Type buf : ConcurrentLinkedDeque8<Object> to buf : FastSizeDeque<Object> in class org.apache.ignite.internal.processors.continuous.GridContinuousBatchAdapter |
From |
To |
|
Change Attribute Type queue : ConcurrentLinkedDeque8<SessionWriteRequest> to queue : FastSizeDeque<SessionWriteRequest> in class org.apache.ignite.internal.util.nio.GridSelectorNioSessionImpl |
From |
To |
|
Change Attribute Type rcvdMsgs : ConcurrentLinkedDeque8<GridTestMessage> to rcvdMsgs : Deque<GridTestMessage> in class org.apache.ignite.spi.communication.tcp.GridTcpCommunicationSpiMultithreadedSelfTest.MessageListener |
From |
To |
|
Change Attribute Type cache : ConcurrentMap<String,ConcurrentLinkedDeque8<GridDeployment>> to cache : ConcurrentMap<String,Deque<GridDeployment>> in class org.apache.ignite.internal.managers.deployment.GridDeploymentLocalStore |
From |
To |