Uses of Interface
io.vertigo.stella.impl.master.MasterPlugin
-
Packages that use MasterPlugin Package Description io.vertigo.stella.impl.master io.vertigo.stella.impl.master.coordinator io.vertigo.stella.plugins.work.redis.master io.vertigo.stella.plugins.work.rest.master -
-
Uses of MasterPlugin in io.vertigo.stella.impl.master
Constructors in io.vertigo.stella.impl.master with parameters of type MasterPlugin Constructor Description MasterManagerImpl(MasterPlugin masterPlugin)
Constructeur. -
Uses of MasterPlugin in io.vertigo.stella.impl.master.coordinator
Constructors in io.vertigo.stella.impl.master.coordinator with parameters of type MasterPlugin Constructor Description MasterCoordinator(MasterPlugin masterPlugin)
-
Uses of MasterPlugin in io.vertigo.stella.plugins.work.redis.master
Classes in io.vertigo.stella.plugins.work.redis.master that implement MasterPlugin Modifier and Type Class Description class
RedisMasterPlugin
Ce plugin permet de distribuer des travaux. -
Uses of MasterPlugin in io.vertigo.stella.plugins.work.rest.master
Classes in io.vertigo.stella.plugins.work.rest.master that implement MasterPlugin Modifier and Type Class Description class
RestMasterPlugin
Exécution synchrone et distante des Works avec un transfert par WS REST.Constructors in io.vertigo.stella.plugins.work.rest.master with parameters of type MasterPlugin Constructor Description RestMasterWebService(MasterPlugin masterPlugin)
Constructor.
-