|
Rename Method public update(cache IgniteCache<KeyCacheObject,CacheObject>, entries Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void renamed to public receive(cache IgniteCache<KeyCacheObject,CacheObject>, entries Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl.IsolatedUpdater |
From |
To |
|
Rename Method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void renamed to public receive(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters.BatchedSorted |
From |
To |
|
Rename Method private streamData(ignite Ignite) : void renamed to public run() : void in class org.apache.ignite.examples.streaming.StreamingPopularNumbersExample.startStreaming.submit |
From |
To |
|
Rename Method public update(cache IgniteCache<Integer,Long>, entries Collection<Map.Entry<Integer,Long>>) : void renamed to public receive(cache IgniteCache<Integer,Long>, entries Collection<Map.Entry<Integer,Long>>) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedHitsAndMissesSelfTest.IncrementingUpdater |
From |
To |
|
Rename Method public update(cache IgniteCache<Integer,Long>, entries Collection<Map.Entry<Integer,Long>>) : void renamed to public receive(cache IgniteCache<Integer,Long>, entries Collection<Map.Entry<Integer,Long>>) : void in class org.apache.ignite.examples.datagrid.CachePopularNumbersExample.IncrementingUpdater |
From |
To |
|
Rename Method public update(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void renamed to public receive(cache0 IgniteCache<KeyCacheObject,CacheObject>, col Collection<Map.Entry<KeyCacheObject,CacheObject>>) : void in class org.apache.ignite.internal.processors.dr.IgniteDrDataStreamerCacheUpdater |
From |
To |
|
Rename Method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void renamed to public receive(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters.Individual |
From |
To |
|
Rename Method public testessagingPingPongListenActorExample() : void renamed to public testMessagingPingPongListenActorExample() : void in class org.apache.ignite.examples.MessagingExamplesSelfTest |
From |
To |
|
Rename Method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void renamed to public receive(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.stream.StreamReceiver |
From |
To |
|
Rename Method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void renamed to public receive(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters.Batched |
From |
To |
|
Change Return Type IgniteDataStreamer.Updater<K,V> to StreamReceiver<K,V> in method public batched() : StreamReceiver<K,V> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |
|
Change Return Type IgniteDataStreamer.Updater<K,V> to StreamReceiver<K,V> in method public batchedSorted() : StreamReceiver<K,V> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |
|
Change Return Type IgniteDataStreamer.Updater<K,V> to StreamReceiver<K,V> in method public individual() : StreamReceiver<K,V> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |
|
Change Attribute Type updater : Updater<K,V> to rcvr : StreamReceiver<K,V> in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl |
From |
To |
|
Change Attribute Type ISOLATED_UPDATER : Updater to ISOLATED_UPDATER : StreamReceiver in class org.apache.ignite.internal.processors.datastreamer.DataStreamerImpl |
From |
To |
|
Change Attribute Type updater : IgniteDataStreamer.Updater to rcvr : StreamReceiver in class org.apache.ignite.internal.processors.datastreamer.DataStreamerUpdateJob |
From |
To |
|
Change Attribute Type BATCHED_SORTED : IgniteDataStreamer.Updater to BATCHED_SORTED : StreamReceiver in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |
|
Change Attribute Type BATCHED : IgniteDataStreamer.Updater to BATCHED : StreamReceiver in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |
|
Change Attribute Type INDIVIDUAL : IgniteDataStreamer.Updater to INDIVIDUAL : StreamReceiver in class org.apache.ignite.internal.processors.datastreamer.DataStreamerCacheUpdaters |
From |
To |