Uses of Class
org.apache.hama.bsp.TaskAttemptID

Packages that use TaskAttemptID
org.apache.hama.bsp BSP computing framework. 
org.apache.hama.ipc Tools to help define network clients and servers. 
 

Uses of TaskAttemptID in org.apache.hama.bsp
 

Fields in org.apache.hama.bsp declared as TaskAttemptID
protected  TaskAttemptID Task.taskId
           
 

Methods in org.apache.hama.bsp that return TaskAttemptID
static TaskAttemptID TaskAttemptID.forName(java.lang.String str)
           
 TaskAttemptID Task.getTaskAttemptId()
           
 TaskAttemptID TaskAttemptContext.getTaskAttemptID()
          Get the unique name for this task attempt.
 TaskAttemptID Task.getTaskID()
           
 

Methods in org.apache.hama.bsp with parameters of type TaskAttemptID
 void GroomServer.done(TaskAttemptID taskid, boolean shouldBePromoted)
           
 void BSPPeerProtocol.done(TaskAttemptID taskid, boolean shouldBePromoted)
          Report that the task is successfully completed.
 void BSPJob.failTask(TaskAttemptID taskId)
           
 void GroomServer.fsError(TaskAttemptID taskId, java.lang.String message)
           
 void BSPPeerProtocol.fsError(TaskAttemptID taskId, java.lang.String message)
          Report that the task encounted a local filesystem error.
 Task GroomServer.getTask(TaskAttemptID taskid)
           
 Task BSPPeerProtocol.getTask(TaskAttemptID taskid)
          Called when a child task process starts, to get its task.
static java.io.File TaskLog.getTaskLogFile(TaskAttemptID taskid, TaskLog.LogName filter)
           
 void BSPJob.killTask(TaskAttemptID taskId)
           
 void RunningJob.killTask(TaskAttemptID taskId, boolean shouldFail)
          Kill indicated task attempt.
 boolean BSPMaster.killTask(TaskAttemptID taskId, boolean shouldFail)
           
 boolean LocalBSPRunner.killTask(TaskAttemptID taskId, boolean shouldFail)
           
 boolean GroomServer.ping(TaskAttemptID taskid)
           
 boolean BSPPeerProtocol.ping(TaskAttemptID taskid)
          Periodically called by child to check if parent is still alive.
 

Constructors in org.apache.hama.bsp with parameters of type TaskAttemptID
BSPTask(BSPJobID jobId, java.lang.String jobFile, TaskAttemptID taskid, int partition)
           
Task(BSPJobID jobId, java.lang.String jobFile, TaskAttemptID taskId, int partition)
           
TaskAttemptContext(org.apache.hadoop.conf.Configuration conf, TaskAttemptID taskId)
           
 

Uses of TaskAttemptID in org.apache.hama.ipc
 

Methods in org.apache.hama.ipc with parameters of type TaskAttemptID
 boolean JobSubmissionProtocol.killTask(TaskAttemptID taskId, boolean shouldFail)
          Kill indicated task attempt.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.