Uses of Interface
org.apache.hadoop.applications.mawo.server.common.Task
Packages that use Task
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of Task in org.apache.hadoop.applications.mawo.server.common
Classes in org.apache.hadoop.applications.mawo.server.common that implement TaskModifier and TypeClassDescriptionclassAbstract class for MaWo Task.classComposite Task is Task with multiple commands.classDie Task is a type of task which indicates app to die.classDefine Null Task.classDefine Simple Task.classDefine Teardown Task.Methods in org.apache.hadoop.applications.mawo.server.common that return TaskModifier and TypeMethodDescriptionWorkAssignmentProtocol.registerWorker(WorkerId workerId) Register Worker.WorkAssignmentProtocol.sendHeartbeat(WorkerId workerId, TaskStatus[] taskStatusList) Worker sends heartbeat to Master.Methods in org.apache.hadoop.applications.mawo.server.common with parameters of type TaskModifier and TypeMethodDescriptionvoidAdd Task to the list.Constructors in org.apache.hadoop.applications.mawo.server.common with parameters of type TaskModifierConstructorDescriptionCompositeTask(Task task) Composite initializer for specific task.SimpleTask(Task task) Set up Simple Task with Task object.