public interface AmazonMapReduceJobWorker extends Runnable
Modifier and Type | Interface and Description |
---|---|
static class |
AmazonMapReduceJobWorker.JobStatus
This enum holds the states of a hadoop job.
|
Modifier and Type | Method and Description |
---|---|
String |
getError()
This method returns any errors associated with the current running job.
|
Map<String,String> |
getJobDetailsMap()
This method queries the hadoop framework and returns a listing of
details related to the currently running job.
|
String |
getJobId()
This method returns the jobId of the current job.
|
AmazonMapReduceJobWorker.JobStatus |
getJobStatus()
This method returns the current job state.
|
void |
shutdown()
This methods terminates the processing of this job.
|
AmazonMapReduceJobWorker.JobStatus getJobStatus()
Map<String,String> getJobDetailsMap()
String getJobId()
String getError()
void shutdown()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.