Uses of Class
org.apache.hadoop.applications.mawo.server.worker.WorkerId
Packages that use WorkerId
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of WorkerId in org.apache.hadoop.applications.mawo.server.common
Methods in org.apache.hadoop.applications.mawo.server.common that return WorkerIdMethods in org.apache.hadoop.applications.mawo.server.common with parameters of type WorkerIdModifier and TypeMethodDescriptionvoidWorkAssignmentProtocol.deRegisterWorker(WorkerId workerId) De Register worker.WorkAssignmentProtocol.registerWorker(WorkerId workerId) Register Worker.WorkAssignmentProtocol.sendHeartbeat(WorkerId workerId, TaskStatus[] taskStatusList) Worker sends heartbeat to Master.final voidTaskStatus.setWorkerId(WorkerId localworkerId) Set WorkerId.Constructors in org.apache.hadoop.applications.mawo.server.common with parameters of type WorkerIdModifierConstructorDescriptionTaskStatus(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.