public interface GridDataLoadCacheUpdater<K,V> extends Serializable
GridDataLoader.isolated(boolean)
property and appropriate internal cache updater will be chosen automatically. But in some cases to achieve best
performance custom user-defined implementation may help.
Data loader can be configured to use custom implementation of updater instead of default one using
GridDataLoader.updater(GridDataLoadCacheUpdater) method.
void update(GridCache<K,V> cache, Collection<Map.Entry<K,V>> entries) throws GridException
cache - Cache.entries - Collection of entries.GridException - If failed.Copyright © 2014. All rights reserved.