Uses of Interface
org.apache.ignite.compute.ComputeTaskFuture
-
Packages that use ComputeTaskFuture Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.platform.compute org.apache.ignite.internal.processors.task TODO. -
-
Uses of ComputeTaskFuture in org.apache.ignite
Methods in org.apache.ignite that return ComputeTaskFuture Modifier and Type Method Description <T,R>
ComputeTaskFuture<R>IgniteCompute. executeAsync(Class<? extends ComputeTask<T,R>> taskCls, T arg)Executes given task asynchronously on within the cluster group.<T,R>
ComputeTaskFuture<R>IgniteCompute. executeAsync(String taskName, T arg)Executes given task asynchronously within the cluster group.<T,R>
ComputeTaskFuture<R>IgniteCompute. executeAsync(ComputeTask<T,R> task, T arg)Executes given task asynchronously within the cluster group.<R> ComputeTaskFuture<R>IgniteCompute. future()Deprecated.Methods in org.apache.ignite that return types with arguments of type ComputeTaskFuture Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>IgniteCompute. activeTaskFutures()Gets tasks future for active tasks started on local node. -
Uses of ComputeTaskFuture in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return ComputeTaskFuture Modifier and Type Method Description <T,R>
ComputeTaskFuture<R>IgniteComputeImpl. executeAsync(Class<? extends ComputeTask<T,R>> taskCls, T arg)Executes given task asynchronously on within the cluster group.<T,R>
ComputeTaskFuture<R>IgniteComputeImpl. executeAsync(String taskName, T arg)Executes given task asynchronously within the cluster group.<T,R>
ComputeTaskFuture<R>IgniteComputeImpl. executeAsync(ComputeTask<T,R> task, T arg)Executes given task asynchronously within the cluster group.<R> ComputeTaskFuture<R>IgniteComputeImpl. future()Gets and resets future for previous asynchronous operation.ComputeTaskFuture<R>ComputeTaskInternalFuture. publicFuture()Methods in org.apache.ignite.internal that return types with arguments of type ComputeTaskFuture Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>IgniteComputeImpl. activeTaskFutures()Gets tasks future for active tasks started on local node. -
Uses of ComputeTaskFuture in org.apache.ignite.internal.processors.platform.compute
Constructors in org.apache.ignite.internal.processors.platform.compute with parameters of type ComputeTaskFuture Constructor Description ComputeConvertingFuture(ComputeTaskFuture fut)Ctor. -
Uses of ComputeTaskFuture in org.apache.ignite.internal.processors.task
Methods in org.apache.ignite.internal.processors.task that return types with arguments of type ComputeTaskFuture Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>GridTaskProcessor. taskFutures()
-