| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IgniteCache.invoke(K key,
IgniteEntryProcessor<K,V,T> entryProcessor,
Object... arguments)
Invokes an
IgniteEntryProcessor against the Entry specified by
the provided key. |
<T> Map<K,javax.cache.processor.EntryProcessorResult<T>> |
IgniteCache.invokeAll(Set<? extends K> keys,
IgniteEntryProcessor<K,V,T> entryProcessor,
Object... args)
Invokes an
IgniteEntryProcessor against the set of Entrys
specified by the set of keys. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IgniteCacheProxy.invoke(K key,
IgniteEntryProcessor<K,V,T> entryProcessor,
Object... args)
Invokes an
IgniteEntryProcessor against the Entry specified by
the provided key. |
<T> Map<K,javax.cache.processor.EntryProcessorResult<T>> |
IgniteCacheProxy.invokeAll(Set<? extends K> keys,
IgniteEntryProcessor<K,V,T> entryProcessor,
Object... args)
Invokes an
IgniteEntryProcessor against the set of Entrys
specified by the set of keys. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015