|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
String message)
|
void |
BSPPeerProtocol.fsError(TaskAttemptID taskId,
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 File |
TaskLog.getTaskLogFile(TaskAttemptID taskid,
TaskLog.LogName filter)
|
void |
BSPJob.killTask(TaskAttemptID taskId)
|
boolean |
BSPMaster.killTask(TaskAttemptID taskId,
boolean shouldFail)
|
void |
RunningJob.killTask(TaskAttemptID taskId,
boolean shouldFail)
Kill indicated task attempt. |
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,
String jobFile,
TaskAttemptID taskid,
int partition)
|
|
Task(BSPJobID jobId,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |