Package uk.gov.gchq.gaffer.hdfs.operation.mapper.generator
Generators for creating Gaffer elements from a Hadoop MapReduce job.
-
Interface Summary Interface Description MapperGenerator<KEY_IN,VALUE_IN> -
Class Summary Class Description AvroMapperGenerator<OBJ> AnAvroMapperGenerator
is aMapperGenerator
that can handle Avro input data and convert it into anIterable
ofElement
s.JsonMapperGenerator AJsonMapperGenerator
is aMapperGenerator
that can handle json input data and convert it into anIterable
ofElement
s.TextMapperGenerator AnTextMapperGenerator
is aMapperGenerator
that can handle text input data and convert it into anIterable
ofElement
s.