edu.stolaf.cs.wmrserver.testjob
Class TestJobResult.TransformResult
java.lang.Object
edu.stolaf.cs.wmrserver.testjob.TestJobResult.TransformResult
- Enclosing class:
- TestJobResult
public static class TestJobResult.TransformResult
- extends java.lang.Object
Holds the results of individual transforms (mapper and reducer).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestJobResult.TransformResult
public TestJobResult.TransformResult()
setExitCode
public void setExitCode(int exitCode)
getExitCode
public int getExitCode()
setOutputFile
public void setOutputFile(java.io.File outputFile)
getOutputFile
public java.io.File getOutputFile()
setErrorFile
public void setErrorFile(java.io.File errorFile)
getErrorFile
public java.io.File getErrorFile()