Uses of Class
io.vertigo.stella.impl.work.WorkItem
Packages that use WorkItem
Package
Description
-
Uses of WorkItem in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master with parameters of type WorkItemModifier and TypeMethodDescription<R,W> void MasterPlugin.putWorkItem(WorkItem<R, W> workItem) Add a WorkItem to do -
Uses of WorkItem in io.vertigo.stella.impl.master.coordinator
Methods in io.vertigo.stella.impl.master.coordinator with parameters of type WorkItemModifier and TypeMethodDescription<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 WorkItemModifier and TypeMethodDescription<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 WorkItemModifier and TypeMethodDescription<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 WorkItemModifier and TypeMethodDescription<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 WorkItemModifier and TypeMethodDescription<R,W> WorkItem <R, W> RedisDB.pollWorkItem(String nodeId, String workType) Polls a workitem from the todo list.Methods in io.vertigo.stella.plugins.work.redis with parameters of type WorkItemModifier and TypeMethodDescription<R,W> void RedisDB.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 WorkItemModifier and TypeMethodDescription<R,W> void RedisMasterPlugin.putWorkItem(WorkItem<R, W> workItem) Add a WorkItem to do -
Uses of WorkItem in io.vertigo.stella.plugins.work.redis.workers
Methods in io.vertigo.stella.plugins.work.redis.workers that return WorkItemModifier and TypeMethodDescription<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 WorkItemModifier and TypeMethodDescription<R,W> void RestMasterPlugin.putWorkItem(WorkItem<R, W> workItem) Add a WorkItem to do -
Uses of WorkItem in io.vertigo.stella.plugins.work.rest.workers
Methods in io.vertigo.stella.plugins.work.rest.workers that return WorkItemModifier and TypeMethodDescription<WR,W> WorkItem <WR, W> RestWorkersPlugin.pollWorkItem(String nodeId, String workType) Polling workitem.