Uses of Interface
org.approvaltests.hadoop.version2.SmartReducer
| Package | Description |
|---|---|
| org.approvaltests.hadoop.version2 |
-
Uses of SmartReducer in org.approvaltests.hadoop.version2
Classes in org.approvaltests.hadoop.version2 that implement SmartReducer Modifier and Type Class Description classReducerWrapper<KeyIn,ValueIn,KeyOut,ValueOut>Methods in org.approvaltests.hadoop.version2 with parameters of type SmartReducer Modifier and Type Method Description static voidHadoopApprovals. verifyMapReduce(SmartMapper mapper, SmartReducer reducer, Object key, Object input)static <KeyIn, ValueIn, KeyOut, ValueOut>
voidHadoopApprovals. verifyReducer(SmartReducer<KeyIn,ValueIn,KeyOut,ValueOut> reducer, Object key, Object... values)