Class DmlDistributedUpdateRun


  • public class DmlDistributedUpdateRun
    extends Object
    Context for DML operation on reducer node.
    • Constructor Detail

      • DmlDistributedUpdateRun

        public DmlDistributedUpdateRun​(int nodeCount)
        Constructor.
        Parameters:
        nodeCount - Number of nodes to await results from.
    • Method Detail

      • handleDisconnect

        public void handleDisconnect​(javax.cache.CacheException e)
        Handle disconnection.
        Parameters:
        e - Pre-formatted error.
      • handleNodeLeft

        public void handleNodeLeft​(UUID nodeId)
        Handle leave of a node.
        Parameters:
        nodeId - Node id.
      • handleResponse

        public void handleResponse​(UUID id,
                                   GridH2DmlResponse msg)
        Handle response from remote node.
        Parameters:
        id - Node id.
        msg - Response message.