|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stolaf.cs.wmrserver.testjob.TestJobResult
public class TestJobResult
Holds the results of test jobs.
| Nested Class Summary | |
|---|---|
static class |
TestJobResult.TransformResult
Holds the results of individual transforms (mapper and reducer). |
| Constructor Summary | |
|---|---|
TestJobResult()
|
|
| Method Summary | |
|---|---|
TestJobResult.TransformResult |
getMapResult()
|
TestJobResult.TransformResult |
getReduceResult()
|
void |
setMapResult(TestJobResult.TransformResult mapResult)
|
void |
setReduceResult(TestJobResult.TransformResult reduceResult)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestJobResult()
| Method Detail |
|---|
public void setMapResult(TestJobResult.TransformResult mapResult)
public TestJobResult.TransformResult getMapResult()
public void setReduceResult(TestJobResult.TransformResult reduceResult)
public TestJobResult.TransformResult getReduceResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||