Class GafferSink
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.streaming.api.functions.sink.RichSinkFunction<Element>
-
- uk.gov.gchq.gaffer.flink.operation.handler.GafferSink
-
- All Implemented Interfaces:
Serializable
,org.apache.flink.api.common.functions.Function
,org.apache.flink.api.common.functions.RichFunction
,org.apache.flink.streaming.api.functions.sink.SinkFunction<Element>
public class GafferSink extends org.apache.flink.streaming.api.functions.sink.RichSinkFunction<Element>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.streaming.api.functions.sink.SinkFunction
org.apache.flink.streaming.api.functions.sink.SinkFunction.Context<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description GafferSink(OP validatable, Store store)
GafferSink(GafferAdder adder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(Element element)
void
open(org.apache.flink.configuration.Configuration parameters)
-
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContext
-
-
-
-
Constructor Detail
-
GafferSink
public GafferSink(OP validatable, Store store)
-
GafferSink
public GafferSink(GafferAdder adder)
-
-