Uses of Interface
uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.MapperGenerator
-
Packages that use MapperGenerator Package Description uk.gov.gchq.gaffer.hdfs.operation.mapper.generator Generators for creating Gaffer elements from a Hadoop MapReduce job. -
-
Uses of MapperGenerator in uk.gov.gchq.gaffer.hdfs.operation.mapper.generator
Classes in uk.gov.gchq.gaffer.hdfs.operation.mapper.generator that implement MapperGenerator Modifier and Type Class Description classAvroMapperGenerator<OBJ>AnAvroMapperGeneratoris aMapperGeneratorthat can handle Avro input data and convert it into anIterableofElements.classJsonMapperGeneratorAJsonMapperGeneratoris aMapperGeneratorthat can handle json input data and convert it into anIterableofElements.classTextMapperGeneratorAnTextMapperGeneratoris aMapperGeneratorthat can handle text input data and convert it into anIterableofElements.
-