Uses of Interface
org.apache.ignite.IgniteCompute
-
Packages that use IgniteCompute Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster -
-
Uses of IgniteCompute in org.apache.ignite
Methods in org.apache.ignite that return IgniteCompute Modifier and Type Method Description IgniteComputeIgnite. compute()Getscomputefacade over all cluster nodes started in server mode.IgniteComputeIgnite. compute(ClusterGroup grp)Getscomputefacade over the specified cluster group.IgniteComputeIgniteCompute. withAsync()Deprecated.IgniteComputeIgniteCompute. withExecutor(@NotNull String name)Gets instance of the compute API associated with custom executor.IgniteComputeIgniteCompute. withName(String taskName)Sets task name for the next executed task in the current thread.IgniteComputeIgniteCompute. withNoFailover()Sets no-failover flag for the next task executed in the current thread.IgniteComputeIgniteCompute. withNoResultCache()Disables caching for the next executed task in the current thread.IgniteComputeIgniteCompute. withTimeout(long timeout)Sets task timeout for the next executed task in the current thread. -
Uses of IgniteCompute in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteCompute Modifier and Type Class Description classIgniteComputeImplIgniteComputeimplementation.Methods in org.apache.ignite.internal that return IgniteCompute Modifier and Type Method Description IgniteComputeIgniteKernal. compute()Getscomputefacade over all cluster nodes started in server mode.IgniteComputeIgniteKernal. compute(ClusterGroup grp)Getscomputefacade over the specified cluster group.protected IgniteComputeIgniteComputeImpl. createAsyncInstance()Creates component with asynchronous mode enabled.IgniteComputeIgniteComputeImpl. withExecutor(@NotNull String name)Gets instance of the compute API associated with custom executor.IgniteComputeIgniteComputeImpl. withName(String taskName)Sets task name for the next executed task in the current thread.IgniteComputeIgniteComputeImpl. withNoFailover()Sets no-failover flag for the next task executed in the current thread.IgniteComputeIgniteComputeImpl. withNoResultCache()Disables caching for the next executed task in the current thread.IgniteComputeIgniteComputeImpl. withTimeout(long timeout)Sets task timeout for the next executed task in the current thread. -
Uses of IgniteCompute in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return IgniteCompute Modifier and Type Method Description IgniteComputeClusterGroupAdapter. compute()
-