| Package | Description | 
|---|---|
| org.apache.hadoop.applications.mawo.server.common | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTaskAbstract class for MaWo Task. | 
| class  | CompositeTaskComposite Task is Task with multiple commands. | 
| class  | DieTaskDie Task is a type of task which indicates app to die. | 
| class  | NullTaskDefine Null Task. | 
| class  | SimpleTaskDefine Simple Task. | 
| class  | TeardownTaskDefine Teardown Task. | 
| Modifier and Type | Method and Description | 
|---|---|
| Task | WorkAssignmentProtocol. registerWorker(WorkerId workerId)Register Worker. | 
| Task | WorkAssignmentProtocol. sendHeartbeat(WorkerId workerId,
             TaskStatus[] taskStatusList)Worker sends heartbeat to Master. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkAssignmentProtocol. addTask(Task task)Add Task to the list. | 
| Constructor and Description | 
|---|
| CompositeTask(Task task)Composite initializer for specific task. | 
| SimpleTask(Task task)Set up Simple Task with Task object. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.