Method and Description |
---|
org.apache.flink.api.java.record.operators.GenericDataSink.addInput(Operator<Record>...)
This method will be removed in future versions. Use the
Union operator instead. |
org.apache.flink.api.java.record.operators.GenericDataSink.addInputs(List<? extends Operator<Record>>)
This method will be removed in future versions. Use the
Union operator instead. |
org.apache.flink.api.java.record.operators.GenericDataSink.setInputs(List<Operator<Record>>)
This method will be removed in future versions. Use the
Union operator instead. |
org.apache.flink.api.java.record.operators.GenericDataSink.setInputs(Operator<Record>...)
This method will be removed in future versions. Use the
Union operator instead. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.