public class SchemaOperationManager extends Object
| Constructor and Description |
|---|
SchemaOperationManager(GridKernalContext ctx,
GridQueryProcessor qryProc,
SchemaOperationWorker worker,
ClusterNode crd)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNodeFinished(UUID nodeId,
SchemaOperationException err)
Handle node finish.
|
void |
onNodeLeave(UUID nodeId,
ClusterNode curCrd)
Handle node leave event.
|
void |
start()
Map operation handling.
|
SchemaOperationWorker |
worker() |
public SchemaOperationManager(GridKernalContext ctx, GridQueryProcessor qryProc, SchemaOperationWorker worker, @Nullable ClusterNode crd)
ctx - Context.qryProc - Query processor.worker - Operation handler.crd - Coordinator node.public void start()
public void onNodeFinished(UUID nodeId, @Nullable SchemaOperationException err)
nodeId - Node ID.err - Error.public void onNodeLeave(UUID nodeId, ClusterNode curCrd)
nodeId - ID of the node that has left the grid.curCrd - Current coordinator node.public SchemaOperationWorker worker()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018