| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.operators.base |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryInputFormat<T>
Base class for all input formats that use blocks of fixed size.
|
class |
DelimitedInputFormat<OT>
Base implementation for input formats that split the input at a delimiter into records.
|
class |
GenericCsvInputFormat<OT> |
class |
SerializedInputFormat<T extends IOReadableWritable>
Reads elements by deserializing them with their regular serialization/deserialization functionality.
|
| Constructor and Description |
|---|
FileDataSourceBase(FileInputFormat<OUT> f,
OperatorInformation<OUT> operatorInfo,
String filePath)
Creates a new instance for the given file using the given input format.
|
FileDataSourceBase(FileInputFormat<OUT> f,
OperatorInformation<OUT> operatorInfo,
String filePath,
String name)
Creates a new instance for the given file using the given file input format.
|
| Constructor and Description |
|---|
FileDataSourceBase(Class<? extends FileInputFormat<OUT>> f,
OperatorInformation<OUT> operatorInfo,
String filePath)
Creates a new instance for the given file using the given input format.
|
FileDataSourceBase(Class<? extends FileInputFormat<OUT>> f,
OperatorInformation<OUT> operatorInfo,
String filePath,
String name)
Creates a new instance for the given file using the given file input format.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.