public class GafferMapFunction<T> extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<T,Element>
FlatMapFunction
to allow CSV strings representing Element
s
to be mapped to Element objects.Constructor and Description |
---|
GafferMapFunction() |
GafferMapFunction(Class<T> consumeAs,
Class<? extends Function<Iterable<? extends T>,Iterable<? extends Element>>> generatorClassName) |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(T item,
org.apache.flink.util.Collector<Element> out) |
org.apache.flink.streaming.util.serialization.DeserializationSchema<T> |
getSerialisationType() |
void |
setConsumeAs(Class<T> consumeAs) |
Copyright © 2022. All rights reserved.