@Deprecated public class GenericDataSink extends org.apache.flink.api.common.operators.GenericDataSinkBase<org.apache.flink.types.Record>
OutputFormat.| Constructor and Description |
|---|
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation
and a default name. |
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f,
List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f,
List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input,
String name)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation the default name. |
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation and the given name. |
GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f,
String name)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation
and a default name. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input,
String name)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation the default name. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation and the given name. |
GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
String name)
Deprecated.
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>... inputs)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
void |
addInputs(List<? extends org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> inputs)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
void |
setInputs(List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> inputs)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
void |
setInputs(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>... inputs)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
accept, executeOnCollections, getDataDistribution, getFormatWrapper, getInput, getLocalOrder, getPartitionOrdering, getUserCodeWrapper, setGlobalOrder, setGlobalOrder, setInput, setLocalOrder, setRangePartitioned, setRangePartitioned, toStringcreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getOperatorInfo, getParallelism, getParameters, setDegreeOfParallelism, setName, setParallelism, setParameter, setParameter, setParameterpublic GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
String name)
OutputFormat implementation
and the given name.f - The OutputFormat implementation used to sink the data.name - The given name for the sink, used in plans, logs and progress messages.public GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f)
OutputFormat implementation
and a default name.f - The OutputFormat implementation used to sink the data.public GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
OutputFormat implementation the default name.
It uses the given operator as its input.f - The OutputFormat implementation used to sink the data.input - The operator to use as the input.@Deprecated public GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Union operator instead.OutputFormat implementation the default name.
It uses the given contracts as its input.f - The OutputFormat implementation used to sink the data.input - The contracts to use as the input.public GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
OutputFormat implementation and the given name.
It uses the given operator as its input.f - The OutputFormat implementation used to sink the data.input - The operator to use as the input.name - The given name for the sink, used in plans, logs and progress messages.@Deprecated public GenericDataSink(org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record> f, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input, String name)
Union operator instead.OutputFormat implementation and the given name.
It uses the given contracts as its input.f - The OutputFormat implementation used to sink the data.input - The contracts to use as the input.name - The given name for the sink, used in plans, logs and progress messages.public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f, String name)
OutputFormat implementation
and the given name.f - The OutputFormat implementation used to sink the data.name - The given name for the sink, used in plans, logs and progress messages.public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f)
OutputFormat implementation
and a default name.f - The OutputFormat implementation used to sink the data.public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f, org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
OutputFormat implementation the default name.
It uses the given operator as its input.f - The OutputFormat implementation used to sink the data.input - The operator to use as the input.@Deprecated public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Union operator instead.OutputFormat implementation the default name.
It uses the given contracts as its input.f - The OutputFormat implementation used to sink the data.input - The contracts to use as the input.public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f, org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input, String name)
OutputFormat implementation and the given name.
It uses the given operator as its input.f - The OutputFormat implementation used to sink the data.input - The operator to use as the input.name - The given name for the sink, used in plans, logs and progress messages.@Deprecated public GenericDataSink(Class<? extends org.apache.flink.api.common.io.OutputFormat<org.apache.flink.types.Record>> f, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input, String name)
Union operator instead.OutputFormat implementation and the given name.
It uses the given contracts as its input.f - The OutputFormat implementation used to sink the data.input - The contracts to use as the input.name - The given name for the sink, used in plans, logs and progress messages.@Deprecated public void setInputs(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>... inputs)
Union operator instead.setInputs in class org.apache.flink.api.common.operators.GenericDataSinkBase<org.apache.flink.types.Record>inputs - The operator(s) that form the input.@Deprecated public void setInputs(List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> inputs)
Union operator instead.setInputs in class org.apache.flink.api.common.operators.GenericDataSinkBase<org.apache.flink.types.Record>inputs - The operator(s) that form the input.@Deprecated public void addInput(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>... inputs)
Union operator instead.addInput in class org.apache.flink.api.common.operators.GenericDataSinkBase<org.apache.flink.types.Record>inputs - The operator(s) to be unioned with the input.@Deprecated public void addInputs(List<? extends org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> inputs)
Union operator instead.addInputs in class org.apache.flink.api.common.operators.GenericDataSinkBase<org.apache.flink.types.Record>inputs - The operator(s) to be unioned with the input.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.