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 |
AbstractTask
Abstract class for MaWo Task.
|
class |
CompositeTask
Composite Task is Task with multiple commands.
|
class |
DieTask
Die Task is a type of task which indicates app to die.
|
class |
NullTask
Define Null Task.
|
class |
SimpleTask
Define Simple Task.
|
class |
TeardownTask
Define 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–2022 Apache Software Foundation. All rights reserved.