| Package | Description |
|---|---|
| org.apache.ignite.internal.util.distributed |
| Modifier and Type | Method and Description |
|---|---|
static DistributedProcess.DistributedProcessType |
DistributedProcess.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.
|
| Constructor and Description |
|---|
DistributedProcess(GridKernalContext ctx,
DistributedProcess.DistributedProcessType type,
Function<I,IgniteInternalFuture<R>> exec,
CI3<UUID,Map<UUID,R>,Map<UUID,Exception>> finish) |
DistributedProcess(GridKernalContext ctx,
DistributedProcess.DistributedProcessType type,
Function<I,IgniteInternalFuture<R>> exec,
CI3<UUID,Map<UUID,R>,Map<UUID,Exception>> finish,
BiFunction<UUID,I,? extends InitMessage<I>> initMsgFactory) |
FullMessage(UUID processId,
DistributedProcess.DistributedProcessType type,
Map<UUID,R> res,
Map<UUID,Exception> err) |
InitMessage(UUID processId,
DistributedProcess.DistributedProcessType type,
I req) |
SingleNodeMessage(UUID processId,
DistributedProcess.DistributedProcessType type,
R resp,
Exception err) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021