Uses of Class
org.apache.ignite.internal.util.distributed.DistributedProcess.DistributedProcessType
-
Packages that use DistributedProcess.DistributedProcessType Package Description org.apache.ignite.internal.util.distributed -
-
Uses of DistributedProcess.DistributedProcessType in org.apache.ignite.internal.util.distributed
Methods in org.apache.ignite.internal.util.distributed that return DistributedProcess.DistributedProcessType Modifier and Type Method Description static DistributedProcess.DistributedProcessTypeDistributedProcess.DistributedProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedProcess.DistributedProcessType[]DistributedProcess.DistributedProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.util.distributed with parameters of type DistributedProcess.DistributedProcessType Constructor Description DistributedProcess(GridKernalContext ctx, DistributedProcess.DistributedProcessType type, Function<I,IgniteInternalFuture<R>> exec, CI3<UUID,Map<UUID,R>,Map<UUID,Throwable>> finish)DistributedProcess(GridKernalContext ctx, DistributedProcess.DistributedProcessType type, Function<I,IgniteInternalFuture<R>> exec, CI3<UUID,Map<UUID,R>,Map<UUID,Throwable>> finish, BiFunction<UUID,I,? extends InitMessage<I>> initMsgFactory)FullMessage(UUID processId, DistributedProcess.DistributedProcessType type, Map<UUID,R> res, Map<UUID,Throwable> err)InitMessage(UUID procId, DistributedProcess.DistributedProcessType type, I req, boolean waitClnRes)SingleNodeMessage(UUID processId, DistributedProcess.DistributedProcessType type, R resp, Throwable err)
-