@Deprecated public class FileDataSource extends org.apache.flink.api.common.operators.base.FileDataSourceBase<org.apache.flink.types.Record>
| Constructor and Description |
|---|
FileDataSource(Class<? extends org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record>> f,
String filePath)
Deprecated.
Creates a new instance for the given file using the given input format.
|
FileDataSource(Class<? extends org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record>> f,
String filePath,
String name)
Deprecated.
Creates a new instance for the given file using the given file input format.
|
FileDataSource(org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record> f,
String filePath)
Deprecated.
Creates a new instance for the given file using the given input format.
|
FileDataSource(org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record> f,
String filePath,
String name)
Deprecated.
Creates a new instance for the given file using the given file input format.
|
getFilePath, toStringaccept, executeOnCollections, getFormatWrapper, getSplitDataProperties, getStatisticsKey, getUserCodeWrapper, setSplitDataProperties, setStatisticsKeycreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getOperatorInfo, getParallelism, getParameters, setDegreeOfParallelism, setName, setParallelism, setParameter, setParameter, setParameterpublic FileDataSource(org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record> f,
String filePath,
String name)
f - The FileInputFormat implementation used to read the data.filePath - The file location. The file path must be a fully qualified URI, including the address schema.name - The given name for the Pact, used in plans, logs and progress messages.public FileDataSource(org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record> f,
String filePath)
f - The FileInputFormat implementation used to read the data.filePath - The file location. The file path must be a fully qualified URI, including the address schema.public FileDataSource(Class<? extends org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record>> f, String filePath, String name)
f - The FileInputFormat implementation used to read the data.filePath - The file location. The file path must be a fully qualified URI, including the address schema.name - The given name for the Pact, used in plans, logs and progress messages.public FileDataSource(Class<? extends org.apache.flink.api.common.io.FileInputFormat<org.apache.flink.types.Record>> f, String filePath)
f - The FileInputFormat implementation used to read the data.filePath - The file location. The file path must be a fully qualified URI, including the address schema.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.