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> AnAvroMapperGeneratoris aMapperGeneratorthat can handle Avro input data and convert it into anIterableofElements.JsonMapperGenerator AJsonMapperGeneratoris aMapperGeneratorthat can handle json input data and convert it into anIterableofElements.TextMapperGenerator AnTextMapperGeneratoris aMapperGeneratorthat can handle text input data and convert it into anIterableofElements.