Class WorkersManagerImpl

java.lang.Object
io.vertigo.stella.impl.workers.WorkersManagerImpl
All Implemented Interfaces:
io.vertigo.core.node.component.Activeable, io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager, WorkersManager

public final class WorkersManagerImpl extends Object implements WorkersManager, io.vertigo.core.node.component.Activeable
Implémentation de workManager.
Author:
pchretien, npiedeloup
  • Constructor Details

    • WorkersManagerImpl

      @Inject public WorkersManagerImpl(String nodeId, Optional<Integer> pollFrequencyMs, int workersCount, String workTypes, WorkersPlugin workerPlugin, io.vertigo.core.analytics.AnalyticsManager analyticsManager)
      Constructeur.
      Parameters:
      workersCount - Nb workers
  • Method Details

    • workerHeartBeat

      public void workerHeartBeat()
    • start

      public void start()
      Specified by:
      start in interface io.vertigo.core.node.component.Activeable
    • stop

      public void stop()
      Specified by:
      stop in interface io.vertigo.core.node.component.Activeable