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 class
AvroMapperGenerator<OBJ>
AnAvroMapperGenerator
is aMapperGenerator
that can handle Avro input data and convert it into anIterable
ofElement
s.class
JsonMapperGenerator
AJsonMapperGenerator
is aMapperGenerator
that can handle json input data and convert it into anIterable
ofElement
s.class
TextMapperGenerator
AnTextMapperGenerator
is aMapperGenerator
that can handle text input data and convert it into anIterable
ofElement
s.
-