| Package | Description |
|---|---|
| org.apache.ignite.ml.math.distributed |
Contains classes for distribution support.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V,A> Collection<A> |
CacheUtils.fold(String cacheName,
IgniteBiFunction<CacheUtils.CacheEntry<K,V>,A,A> folder)
Currently fold supports only commutative operations.
|
static <K,V,A> Collection<A> |
CacheUtils.fold(String cacheName,
IgniteBiFunction<CacheUtils.CacheEntry<K,V>,A,A> folder,
IgnitePredicate<K> keyFilter)
Currently fold supports only commutative operations.
|
protected static <K,V> void |
CacheUtils.foreach(String cacheName,
IgniteConsumer<CacheUtils.CacheEntry<K,V>> fun,
IgnitePredicate<K> keyFilter) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018