public class DmlDistributedUpdateRun extends Object
| Constructor and Description |
|---|
DmlDistributedUpdateRun(int nodeCount)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<UpdateResult> |
future() |
void |
handleDisconnect(javax.cache.CacheException e)
Handle disconnection.
|
void |
handleNodeLeft(UUID nodeId)
Handle leave of a node.
|
void |
handleResponse(UUID id,
GridH2DmlResponse msg)
Handle response from remote node.
|
public DmlDistributedUpdateRun(int nodeCount)
nodeCount - Number of nodes to await results from.public GridFutureAdapter<UpdateResult> future()
public void handleDisconnect(javax.cache.CacheException e)
e - Pre-formatted error.public void handleNodeLeft(UUID nodeId)
nodeId - Node id.public void handleResponse(UUID id, GridH2DmlResponse msg)
id - Node id.msg - Response message.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025