Package | Description |
---|---|
org.apache.ignite.ml.dataset.impl.cache.util |
Contains util classes used in cache based implementation of dataset.
|
org.apache.ignite.ml.environment |
Package contains environment utils for ML algorithms.
|
org.apache.ignite.ml.environment.deploy |
Package contains user-defined classes deploy support tools.
|
Modifier and Type | Method and Description |
---|---|
static <R> Collection<R> |
ComputeUtils.affinityCallWithRetries(Ignite ignite,
Collection<String> cacheNames,
IgniteFunction<Integer,R> fun,
int retries,
DeployingContext deployingContext)
Calls the specified
fun function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished. |
static <R> Collection<R> |
ComputeUtils.affinityCallWithRetries(Ignite ignite,
Collection<String> cacheNames,
IgniteFunction<Integer,R> fun,
int retries,
int interval,
DeployingContext deployingContext)
Calls the specified
fun function on all partitions so that is't guaranteed that partitions with the same
index of all specified caches will be placed on the same node and will not be moved before computation is
finished. |
static <K,V,C extends Serializable> |
ComputeUtils.initContext(Ignite ignite,
String upstreamCacheName,
UpstreamTransformerBuilder transformerBuilder,
IgniteBiPredicate<K,V> filter,
String datasetCacheName,
PartitionContextBuilder<K,V,C> ctxBuilder,
LearningEnvironmentBuilder envBuilder,
int retries,
int interval,
boolean isKeepBinary,
DeployingContext deployingContext)
Initializes partition
context by loading it from a partition upstream . |
Modifier and Type | Method and Description |
---|---|
DeployingContext |
LearningEnvironment.deployingContext()
Returns deploy context instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DeployingContextImpl
Default implementation of
DeployingContext class. |
Modifier and Type | Method and Description |
---|---|
static DeployingContext |
DeployingContext.unitialized() |
Modifier and Type | Method and Description |
---|---|
void |
DeployingContextImpl.init(DeployingContext other)
Inits context by other context.
|
void |
DeployingContext.init(DeployingContext other)
Inits context by other context.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024