@Deprecated public class FileDataSource extends FileDataSourceBase<Record>
filePathformatWrapper, statisticsKeycompilerHints, name, operatorInfo, parameters| Constructor and Description |
|---|
FileDataSource(Class<? extends FileInputFormat<Record>> f,
String filePath)
Deprecated.
Creates a new instance for the given file using the given input format.
|
FileDataSource(Class<? extends FileInputFormat<Record>> f,
String filePath,
String name)
Deprecated.
Creates a new instance for the given file using the given file input format.
|
FileDataSource(FileInputFormat<Record> f,
String filePath)
Deprecated.
Creates a new instance for the given file using the given input format.
|
FileDataSource(FileInputFormat<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, getStatisticsKey, getUserCodeWrapper, setStatisticsKeycreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getOperatorInfo, getParameters, setDegreeOfParallelism, setName, setParameter, setParameter, setParameterpublic FileDataSource(FileInputFormat<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(FileInputFormat<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 FileInputFormat<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 FileInputFormat<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 © 2015 The Apache Software Foundation. All rights reserved.