Uses of Class
io.vertigo.stella.impl.work.WorkItem
-
-
Uses of WorkItem in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master with parameters of type WorkItem Modifier and Type Method Description <R,W>
voidMasterPlugin. putWorkItem(WorkItem<R,W> workItem)
-
Uses of WorkItem in io.vertigo.stella.impl.master.coordinator
Methods in io.vertigo.stella.impl.master.coordinator with parameters of type WorkItem Modifier and Type Method Description <W,R>
Future<R>MasterCoordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone. -
Uses of WorkItem in io.vertigo.stella.impl.work
Methods in io.vertigo.stella.impl.work with parameters of type WorkItem Modifier and Type Method Description <W,R>
Future<R>Coordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Exécution d'un travail de façon asynchrone. -
Uses of WorkItem in io.vertigo.stella.impl.workers
Methods in io.vertigo.stella.impl.workers that return WorkItem Modifier and Type Method Description <R,W>
WorkItem<R,W>WorkersPlugin. pollWorkItem(String nodeId, String workType)
Polling workitem. -
Uses of WorkItem in io.vertigo.stella.impl.workers.coordinator
Methods in io.vertigo.stella.impl.workers.coordinator with parameters of type WorkItem Modifier and Type Method Description <W,R>
Future<R>WorkersCoordinator. submit(WorkItem<W,R> workItem, WorkResultHandler<R> workResultHandler)
Work devant être exécuté WorkItem contient à la fois le Work et le callback. -
Uses of WorkItem in io.vertigo.stella.plugins.work.redis
Methods in io.vertigo.stella.plugins.work.redis that return WorkItem Modifier and Type Method Description <R,W>
WorkItem<R,W>RedisDB. pollWorkItem(String workType)
Polls a workitem from the todo list.Methods in io.vertigo.stella.plugins.work.redis with parameters of type WorkItem Modifier and Type Method Description <R,W>
voidRedisDB. putWorkItem(WorkItem<R,W> workItem)
Puts a workitem in the todo list. -
Uses of WorkItem in io.vertigo.stella.plugins.work.redis.master
Methods in io.vertigo.stella.plugins.work.redis.master with parameters of type WorkItem Modifier and Type Method Description <R,W>
voidRedisMasterPlugin. putWorkItem(WorkItem<R,W> workItem)
-
Uses of WorkItem in io.vertigo.stella.plugins.work.redis.workers
Methods in io.vertigo.stella.plugins.work.redis.workers that return WorkItem Modifier and Type Method Description <R,W>
WorkItem<R,W>RedisWorkersPlugin. pollWorkItem(String nodeId, String workType)
Polling workitem. -
Uses of WorkItem in io.vertigo.stella.plugins.work.rest.master
Methods in io.vertigo.stella.plugins.work.rest.master with parameters of type WorkItem Modifier and Type Method Description <R,W>
voidRestMasterPlugin. putWorkItem(WorkItem<R,W> workItem)
-
Uses of WorkItem in io.vertigo.stella.plugins.work.rest.workers
Methods in io.vertigo.stella.plugins.work.rest.workers that return WorkItem Modifier and Type Method Description <WR,W>
WorkItem<WR,W>RestWorkersPlugin. pollWorkItem(String nodeId, String workType)
Polling workitem.
-