Class ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>

java.lang.Object
org.approvaltests.hadoop.version2.ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.io.Closeable, org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Reducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>, Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>, SmartReducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>

public class ReducerWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
extends Object
implements SmartReducer<KeyIn,​ValueIn,​KeyOut,​ValueOut>