Uses of Interface
org.apache.ignite.internal.util.typedef.CI3
-
Packages that use CI3 Package Description org.apache.ignite.internal.util.distributed -
-
Uses of CI3 in org.apache.ignite.internal.util.distributed
Constructors in org.apache.ignite.internal.util.distributed with parameters of type CI3 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)
-