Interface ONodeManager

All Superinterfaces:
io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager
All Known Implementing Classes:
ONodeManagerImpl

public interface ONodeManager extends io.vertigo.core.node.component.Manager
Interface de gestion des noeud d'execution orchestra.
Version:
$Id$
Author:
KleeGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    registerNode(String nodeName)
    Enregistre un noeud d'execution.
    void
    Met à jour le status d'un noeud
  • Method Details

    • registerNode

      Long registerNode(String nodeName)
      Enregistre un noeud d'execution.
      Parameters:
      nodeName - son nom
      Returns:
      l'id du noeud
    • updateHeartbeat

      void updateHeartbeat(Long nodId)
      Met à jour le status d'un noeud
      Parameters:
      nodId - l'id du noeud à mettre à jour