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> AnGafferMapper
is aMapper
that uses aMapperGenerator
to map the input data intoElement
s and then delegates the elements to an abstract map method to serialise them and add them to the job map context.