Interface TaskProducerClient
public interface TaskProducerClient
Producer interface used to submit new tasks for execution on worker nodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsubmitTask(Task task) Submit a new task to TaskStore/Queue
-
Method Details
-
submitTask
Submit a new task to TaskStore/Queue- Parameters:
task- Task to be submitted for execution on offline nodes
-