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 | Method and Description |
---|---|
WorkerId |
TaskStatus.getWorkerId()
Get workerId.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkAssignmentProtocol.deRegisterWorker(WorkerId workerId)
De Register worker.
|
Task |
WorkAssignmentProtocol.registerWorker(WorkerId workerId)
Register Worker.
|
Task |
WorkAssignmentProtocol.sendHeartbeat(WorkerId workerId,
TaskStatus[] taskStatusList)
Worker sends heartbeat to Master.
|
void |
TaskStatus.setWorkerId(WorkerId localworkerId)
Set WorkerId.
|
Constructor and Description |
---|
TaskStatus(WorkerId localworkerId,
TaskId localtaskId,
String localtaskCMD,
String localtaskType)
Task status constructor with workerId, TaskId, TaskCmd, TaskType.
|
TaskStatus(WorkerId localworkerId,
TaskId localtaskId,
TaskStatus.State localrunState,
String localtaskCMD,
String localtaskType)
Task status constructor with workerId, TaskId,
TaskCmd, TaskType and Run State.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.