Uses of Class
org.apache.ignite.internal.util.distributed.InitMessage
-
Packages that use InitMessage Package Description org.apache.ignite.internal.util.distributed -
-
Uses of InitMessage in org.apache.ignite.internal.util.distributed
Constructor parameters in org.apache.ignite.internal.util.distributed with type arguments of type InitMessage Constructor Description 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)
-