Uses of Class
org.apache.ignite.internal.GridClosureCallMode
-
Packages that use GridClosureCallMode Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.closure TODO. -
-
Uses of GridClosureCallMode in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridClosureCallMode Modifier and Type Method Description static @Nullable GridClosureCallModeGridClosureCallMode. fromOrdinal(byte ord)Efficiently gets enumerated value from its ordinal.static GridClosureCallModeGridClosureCallMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GridClosureCallMode[]GridClosureCallMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridClosureCallMode in org.apache.ignite.internal.processors.closure
Methods in org.apache.ignite.internal.processors.closure with parameters of type GridClosureCallMode Modifier and Type Method Description <R> IgniteInternalFuture<Collection<R>>GridClosureProcessor. callAsync(GridClosureCallMode mode, Collection<? extends Callable<R>> jobs, TaskExecutionOptions opts)<R> IgniteInternalFuture<R>GridClosureProcessor. callAsync(GridClosureCallMode mode, Callable<R> job, TaskExecutionOptions opts)<R1,R2>
ComputeTaskInternalFuture<R2>GridClosureProcessor. forkjoinAsync(GridClosureCallMode mode, Collection<? extends Callable<R1>> jobs, IgniteReducer<R1,R2> rdc, TaskExecutionOptions opts)ComputeTaskInternalFuture<?>GridClosureProcessor. runAsync(GridClosureCallMode mode, Runnable job, TaskExecutionOptions opts)ComputeTaskInternalFuture<?>GridClosureProcessor. runAsync(GridClosureCallMode mode, Collection<? extends Runnable> jobs, TaskExecutionOptions opts)
-