Uses of Interface
io.vertigo.stella.impl.workers.WorkersPlugin
-
Packages that use WorkersPlugin Package Description io.vertigo.stella.impl.workers io.vertigo.stella.plugins.work.redis.workers io.vertigo.stella.plugins.work.rest.workers -
-
Uses of WorkersPlugin in io.vertigo.stella.impl.workers
Constructors in io.vertigo.stella.impl.workers with parameters of type WorkersPlugin Constructor Description WorkersManagerImpl(String nodeId, int workersCount, String workTypes, WorkersPlugin workerPlugin)
Constructeur. -
Uses of WorkersPlugin in io.vertigo.stella.plugins.work.redis.workers
Classes in io.vertigo.stella.plugins.work.redis.workers that implement WorkersPlugin Modifier and Type Class Description class
RedisWorkersPlugin
NodePlugin Ce plugin permet d'exécuter des travaux en mode distribué. -
Uses of WorkersPlugin in io.vertigo.stella.plugins.work.rest.workers
Classes in io.vertigo.stella.plugins.work.rest.workers that implement WorkersPlugin Modifier and Type Class Description class
RestWorkersPlugin
Implémentation de DistributedWorkManager, pour l'execution de travaux par des Workers distant.
-