Package org.apache.ignite.example.compute
package org.apache.ignite.example.compute
-
ClassesClassDescriptionThis example demonstrates the usage of the
IgniteComputeAPI with Go WASM jobs.This code demonstrates the usage of theJobExecutioninterface that allows to get job statuses and, for example, handle failures.Job that prints provided word.This example demonstrates a partition-aware Map/Reduce pattern using theIgniteCompute.executeMapReduce(org.apache.ignite.compute.TaskDescriptor<T, R>, T)API together with the__PARTITION_IDvirtual SQL column.Job that counts persons in a single partition, identified by partition ID passed as the job argument.MapReduce task that counts persons across all partitions of thePersontable.This example demonstrates the usage of theIgniteComputeAPI with Rust WASM jobs.This example demonstrates the usage of theIgniteComputeAPI with WASM jobs.