@Deprecated public class FileDataSink extends org.apache.flink.api.common.operators.base.FileDataSinkBase<org.apache.flink.types.Record>
FileOutputFormat.FileOutputFormat| Constructor and Description |
|---|
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation
and a default name, writing to the file indicated by the given path. |
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath,
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. |
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath,
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. |
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation the default name,
writing to the file indicated by the given path. |
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. |
FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f,
String filePath,
String name)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation
and a default name, writing to the file indicated by the given path. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
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. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
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. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation the default name,
writing to the file indicated by the given path. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. |
FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
String name)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath()
Deprecated.
Returns the configured file path where the output is written to.
|
String |
toString()
Deprecated.
|
accept, addInput, addInputs, executeOnCollections, getDataDistribution, getFormatWrapper, getInput, getLocalOrder, getPartitionOrdering, getUserCodeWrapper, setGlobalOrder, setGlobalOrder, setInput, setInputs, setInputs, setLocalOrder, setRangePartitioned, setRangePartitionedcreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getOperatorInfo, getParallelism, getParameters, setDegreeOfParallelism, setName, setParallelism, setParameter, setParameter, setParameterpublic FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
String name)
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.name - The given name for the sink, used in plans, logs and progress messages.public FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath)
FileOutputFormat implementation
and a default name, writing to the file indicated by the given path.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.public FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
FileOutputFormat implementation the default name,
writing to the file indicated by the given path. It uses the given contract as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contract to use as the input.@Deprecated public FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f, String filePath, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Union operator instead.FileOutputFormat implementation the default name,
writing to the file indicated by the given path. It uses the given contracts as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contracts to use as the input.public FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f,
String filePath,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input,
String name)
FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. It uses the given contract as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contract to use as the input.name - The given name for the sink, used in plans, logs and progress messages.@Deprecated public FileDataSink(org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record> f, String filePath, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input, String name)
Union operator instead.FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. It uses the given contracts as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contracts to use as the input.name - The given name for the sink, used in plans, logs and progress messages.public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath, String name)
FileOutputFormat implementation
and the given name, writing to the file indicated by the given path.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.name - The given name for the sink, used in plans, logs and progress messages.public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath)
FileOutputFormat implementation
and a default name, writing to the file indicated by the given path.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath, org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
FileOutputFormat implementation the default name,
writing to the file indicated by the given path. It uses the given contract as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contract to use as the input.@Deprecated public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input)
Union operator instead.FileOutputFormat implementation the default name,
writing to the file indicated by the given path. It uses the given contracts as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contracts to use as the input.public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath, org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input, String name)
FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. It uses the given contract as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contract to use as the input.name - The given name for the sink, used in plans, logs and progress messages.@Deprecated public FileDataSink(Class<? extends org.apache.flink.api.common.io.FileOutputFormat<org.apache.flink.types.Record>> f, String filePath, List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>> input, String name)
Union operator instead.FileOutputFormat implementation and the given name,
writing to the file indicated by the given path. It uses the given contracts as its input.f - The FileOutputFormat implementation used to encode the data.filePath - The path to the file to write the contents to.input - The contracts to use as the input.name - The given name for the sink, used in plans, logs and progress messages.public String getFilePath()
getFilePath in class org.apache.flink.api.common.operators.base.FileDataSinkBase<org.apache.flink.types.Record>public String toString()
toString in class org.apache.flink.api.common.operators.base.FileDataSinkBase<org.apache.flink.types.Record>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.