Uses of Interface
io.vertigo.stella.work.WorkEngine
-
Packages that use WorkEngine Package Description io.vertigo.stella.impl.master io.vertigo.stella.impl.work io.vertigo.stella.master -
-
Uses of WorkEngine in io.vertigo.stella.impl.master
Method parameters in io.vertigo.stella.impl.master with type arguments of type WorkEngine Modifier and Type Method Description <W,R>
WorkPromise<R>MasterManagerImpl. process(W work, Class<? extends WorkEngine<W,R>> workEngineClass)
Exécution d'un travail de façon synchrone.<W,R>
voidMasterManagerImpl. schedule(W work, Class<? extends WorkEngine<W,R>> workEngineClass, WorkResultHandler<R> workResultHandler)
-
Uses of WorkEngine in io.vertigo.stella.impl.work
Methods in io.vertigo.stella.impl.work that return types with arguments of type WorkEngine Modifier and Type Method Description Class<? extends WorkEngine<W,R>>
WorkItem. getWorkEngineClass()
Constructor parameters in io.vertigo.stella.impl.work with type arguments of type WorkEngine Constructor Description WorkItem(String id, W work, Class<? extends WorkEngine<W,R>> workEngineClass)
Constructor. -
Uses of WorkEngine in io.vertigo.stella.master
Method parameters in io.vertigo.stella.master with type arguments of type WorkEngine Modifier and Type Method Description <W,R>
WorkPromise<R>MasterManager. process(W work, Class<? extends WorkEngine<W,R>> workEngineClass)
Exécution d'un travail de façon synchrone.<W,R>
voidMasterManager. schedule(W work, Class<? extends WorkEngine<W,R>> workEngineClass, WorkResultHandler<R> workResultHandler)
Lancement asynchrone d'un travail 'dès que possible'.
-