Class IgniteRunnableComputeJob
java.lang.Object
org.gridgain.ignite.migrationtools.adapter.compute.IgniteRunnableComputeJob
public class IgniteRunnableComputeJob
extends Object
implements org.apache.ignite.compute.ComputeJob<Runnable,Void>
Transforms an IgniteRunnable into a ComputeJob.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable CompletableFuture<Void>executeAsync(org.apache.ignite.compute.JobExecutionContext jobExecutionContext, @Nullable Runnable runnable) @Nullable org.apache.ignite.marshalling.Marshaller<Runnable,byte[]> @Nullable org.apache.ignite.marshalling.Marshaller<Void,byte[]>
-
Constructor Details
-
IgniteRunnableComputeJob
public IgniteRunnableComputeJob()
-
-
Method Details
-
executeAsync
@Nullable public @Nullable CompletableFuture<Void> executeAsync(org.apache.ignite.compute.JobExecutionContext jobExecutionContext, @Nullable @Nullable Runnable runnable) -
inputMarshaller
@Nullable public @Nullable org.apache.ignite.marshalling.Marshaller<Runnable,byte[]> inputMarshaller() -
resultMarshaller
-