|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AmazonMapReduceJobWorker
This interface defines the contract for workers that manage jobs in the hadoop framework.
Nested Class Summary | |
---|---|
static class |
AmazonMapReduceJobWorker.JobStatus
This enum holds the states of a hadoop job. |
Method Summary | |
---|---|
java.lang.String |
getError()
This method returns any errors associated with the current running job. |
java.util.Map<java.lang.String,java.lang.String> |
getJobDetailsMap()
This method queries the hadoop framework and returns a listing of details related to the currently running job. |
java.lang.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. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
AmazonMapReduceJobWorker.JobStatus getJobStatus()
java.util.Map<java.lang.String,java.lang.String> getJobDetailsMap()
java.lang.String getJobId()
java.lang.String getError()
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |