Class GafferOutput

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.io.OutputFormat<Element>

    public class GafferOutput
    extends org.apache.flink.api.common.io.RichOutputFormat<Element>
    Implementation of RichOutputFormat for Gaffer to allow Elements to be consumed from external sources.
    See Also:
    Serialized Form
    • Constructor Detail

      • GafferOutput

        public GafferOutput​(OP validatable,
                            Store store)
      • GafferOutput

        public GafferOutput​(GafferAdder adder)
    • Method Detail

      • configure

        public void configure​(org.apache.flink.configuration.Configuration parameters)
      • writeRecord

        public void writeRecord​(Element element)