public class GridDrDataLoadCacheUpdater<K,V> extends Object implements IgniteDataLoader.Updater<K,V>
| Constructor and Description |
|---|
GridDrDataLoadCacheUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
update(IgniteCache<K,V> cache0,
Collection<Map.Entry<K,V>> col)
Updates cache with batch of entries.
|
public void update(IgniteCache<K,V> cache0, Collection<Map.Entry<K,V>> col)
update in interface IgniteDataLoader.Updater<K,V>cache0 - Cache.col - Collection of entries.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015