| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.dataload |
Data loader processor.
|
| org.apache.ignite.internal.processors.dr |
Data center replication processor. |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDataLoader.updater(IgniteDataLoader.Updater<K,V> updater)
Sets custom cache updater to this data loader.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> IgniteDataLoader.Updater<K,V> |
GridDataLoadCacheUpdaters.batched()
Updates cache using batched methods
CacheProjection.putAll(Map, org.apache.ignite.lang.IgnitePredicate[]) and
CacheProjection.removeAll(Collection, org.apache.ignite.lang.IgnitePredicate[]). |
static <K extends Comparable<?>,V> |
GridDataLoadCacheUpdaters.batchedSorted()
Updates cache using batched methods
CacheProjection.putAll(Map, org.apache.ignite.lang.IgnitePredicate[]) and
CacheProjection.removeAll(Collection, org.apache.ignite.lang.IgnitePredicate[]). |
static <K,V> IgniteDataLoader.Updater<K,V> |
GridDataLoadCacheUpdaters.individual()
Updates cache using independent
CacheProjection.put(Object, Object, org.apache.ignite.lang.IgnitePredicate[]) and
CacheProjection.remove(Object, org.apache.ignite.lang.IgnitePredicate[]) operations. |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteDataLoaderImpl.updater(IgniteDataLoader.Updater<K,V> updater)
Sets custom cache updater to this data loader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrDataLoadCacheUpdater<K,V>
Data center replication cache updater for data loader.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015