Package org.approvaltests.hadoop
Interface Transform<KeyIn,ValueIn,KeyOut,ValueOut>
- All Known Subinterfaces:
SmartMapper<KeyIn,ValueIn,KeyOut,ValueOut>,SmartReducer<KeyIn,ValueIn,KeyOut,ValueOut>
- All Known Implementing Classes:
MapperWrapper,MapperWrapper,ReducerWrapper,ReducerWrapper,SmartMapper,SmartReducer
public interface Transform<KeyIn,ValueIn,KeyOut,ValueOut>
-
Method Summary
Modifier and Type Method Description Class<KeyIn>getKeyInType()Class<KeyOut>getKeyOutType()Class<ValueIn>getValueInType()Class<ValueOut>getValueOutType()
-
Method Details
-
getKeyInType
-
getValueInType
-
getKeyOutType
-
getValueOutType
-