Uses of Interface
io.vertigo.orchestra.impl.node.ONodeManager
-
Packages that use ONodeManager Package Description io.vertigo.orchestra.impl.node io.vertigo.orchestra.plugins.services.execution.db io.vertigo.orchestra.plugins.services.schedule.db -
-
Uses of ONodeManager in io.vertigo.orchestra.impl.node
Classes in io.vertigo.orchestra.impl.node that implement ONodeManager Modifier and Type Class Description class
ONodeManagerImpl
Implémentation du gestionnaire de noeuds. -
Uses of ONodeManager in io.vertigo.orchestra.plugins.services.execution.db
Constructors in io.vertigo.orchestra.plugins.services.execution.db with parameters of type ONodeManager Constructor Description DbProcessExecutorPlugin(ONodeManager nodeManager, VTransactionManager transactionManager, String nodeName, Optional<Integer> workersCountOpt, Optional<Integer> executionPeriodSecondsOpt)
Constructeur. -
Uses of ONodeManager in io.vertigo.orchestra.plugins.services.schedule.db
Constructors in io.vertigo.orchestra.plugins.services.schedule.db with parameters of type ONodeManager Constructor Description DbProcessSchedulerPlugin(ONodeManager nodeManager, VTransactionManager transactionManager, OrchestraDefinitionManager definitionManager, String nodeName, Optional<Integer> planningPeriodSecondsOpt, Optional<Integer> forecastDurationSecondsOpt)
Constructeur.
-