Package uk.gov.gchq.gaffer.hdfs.operation.mapper
Gaffer-specific Hadoop Mapper classes.
-
Class Summary Class Description GafferMapper<KEY_IN,VALUE_IN,KEY_OUT,VALUE_OUT> AnGafferMapperis aMapperthat uses aMapperGeneratorto map the input data intoElements and then delegates the elements to an abstract map method to serialise them and add them to the job map context.