@Deprecated public class FileDataSink extends FileDataSinkBase<Record>
FileOutputFormat.FileOutputFormatfilePathformatWrapper, inputcompilerHints, name, operatorInfo, parameters| Constructor and Description |
|---|
FileDataSink(Class<? extends FileOutputFormat<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 FileOutputFormat<Record>> f,
String filePath,
List<Operator<Record>> input)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
FileDataSink(Class<? extends FileOutputFormat<Record>> f,
String filePath,
List<Operator<Record>> input,
String name)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
FileDataSink(Class<? extends FileOutputFormat<Record>> f,
String filePath,
Operator<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 FileOutputFormat<Record>> f,
String filePath,
Operator<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 FileOutputFormat<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(FileOutputFormat<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(FileOutputFormat<Record> f,
String filePath,
List<Operator<Record>> input)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
FileDataSink(FileOutputFormat<Record> f,
String filePath,
List<Operator<Record>> input,
String name)
Deprecated.
This method will be removed in future versions. Use the
Union operator instead. |
FileDataSink(FileOutputFormat<Record> f,
String filePath,
Operator<Record> input)
Deprecated.
Creates a FileDataSink with the provided
FileOutputFormat implementation the default name,
writing to the file indicated by the given path. |
FileDataSink(FileOutputFormat<Record> f,
String filePath,
Operator<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(FileOutputFormat<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, getParameters, setDegreeOfParallelism, setName, setParameter, setParameter, setParameterpublic FileDataSink(FileOutputFormat<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(FileOutputFormat<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(FileOutputFormat<Record> f, String filePath, Operator<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(FileOutputFormat<Record> f, String filePath, List<Operator<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(FileOutputFormat<Record> f, String filePath, Operator<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(FileOutputFormat<Record> f, String filePath, List<Operator<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 FileOutputFormat<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 FileOutputFormat<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 FileOutputFormat<Record>> f, String filePath, Operator<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 FileOutputFormat<Record>> f, String filePath, List<Operator<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 FileOutputFormat<Record>> f, String filePath, Operator<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 FileOutputFormat<Record>> f, String filePath, List<Operator<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 FileDataSinkBase<Record>public String toString()
toString in class FileDataSinkBase<Record>Copyright © 2015 The Apache Software Foundation. All rights reserved.