Uses of Class
org.apache.ignite.internal.IgniteComputeHandler
-
Packages that use IgniteComputeHandler Package Description org.apache.ignite.internal Contains main implementation. -
-
Uses of IgniteComputeHandler in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteComputeHandler Modifier and Type Method Description IgniteComputeHandlerIgniteComputeHandler. asPublicRequest()IgniteComputeHandlerIgniteComputeHandler. withExecutor(String execName)IgniteComputeHandlerIgniteComputeHandler. withName(String taskName)IgniteComputeHandlerIgniteComputeHandler. withNoFailover()IgniteComputeHandlerIgniteComputeHandler. withNoResultCache()IgniteComputeHandlerIgniteComputeHandler. withProjection(Collection<ClusterNode> prj)IgniteComputeHandlerIgniteComputeHandler. withProjectionPredicate(IgnitePredicate<ClusterNode> predicate)IgniteComputeHandlerIgniteComputeHandler. withTimeout(long timeout)Constructors in org.apache.ignite.internal with parameters of type IgniteComputeHandler Constructor Description IgniteComputeHandler(IgniteComputeHandler other, Function<TaskExecutionOptions,TaskExecutionOptions> optsTransformer)Creates copy of specified computation handler.
-