| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.terrier.utility.io.HadoopPlugin.JobFactory
public abstract static class HadoopPlugin.JobFactory
a Job Factory is responsible for creating Terrier MapReduce jobs. This should be used when requesting a Terrier MapReduce job, as it adequately initialises the job, such that Terrier can run correctly.
| Constructor Summary | |
|---|---|
| HadoopPlugin.JobFactory() | |
| Method Summary | |
|---|---|
| abstract  void | close()Finish with this job factory. | 
| protected static void | makeTerrierJob(org.apache.hadoop.mapred.JobConf jc)Add additional informatino to a MapReduce job about the Terrier configuration | 
| abstract  org.apache.hadoop.mapred.JobConf | newJob()Make a new job | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HadoopPlugin.JobFactory()
| Method Detail | 
|---|
public abstract org.apache.hadoop.mapred.JobConf newJob()
                                                 throws java.lang.Exception
java.lang.Exception
protected static void makeTerrierJob(org.apache.hadoop.mapred.JobConf jc)
                              throws java.io.IOException
java.io.IOExceptionpublic abstract void close()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||