DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| ID | IEP-118 | ||||||||
| Author | |||||||||
| Sponsor | |||||||||
| Created | 17.01.2024 | ||||||||
| Status |
|
| Table of Contents |
|---|
...
Current state
| Code Block | ||
|---|---|---|
| ||
org.apache.ignite.compute.IgniteCompute <R> CompletableFuture<R> executeAsync( Set<ClusterNode> nodes, List<DeploymentUnit> units, String jobClassName, Object... args ); |
New API
| Code Block | ||
|---|---|---|
| ||
org.apache.ignite.compute.IgniteCompute <R> JobExecution<R> executeAsync( JobExecutionOptions options, Set<ClusterNode> nodes, List<DeploymentUnit> units, String jobClassName, Object... args ); |
...