|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.utility.io.HadoopPlugin.JobFactory
public abstract static class HadoopPlugin.JobFactory
a Job Factory is responsible for creating Terrier Map Reduce jobs. This should be used when requesting a Terrier map reduce 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. |
abstract org.apache.hadoop.mapred.JobConf |
newJob()
Make a new job |
Methods inherited from class java.lang.Object |
---|
equals, 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
public abstract void close()
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |