| Package | Description |
|---|---|
| org.apache.flink.connector.file.src | |
| org.apache.flink.connector.file.src.impl | |
| org.apache.flink.connector.file.src.reader |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forRecordStreamFormat(StreamFormat<T> streamFormat,
org.apache.flink.core.fs.Path... paths)
Builds a new
FileSource using a StreamFormat to read record-by-record from a
file stream. |
| Constructor and Description |
|---|
StreamFormatAdapter(StreamFormat<T> streamFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStreamFormat<T>
A simple version of the
StreamFormat, for formats that are not splittable. |
class |
TextLineFormat
Deprecated.
Please use
TextLineInputFormat. |
class |
TextLineInputFormat
A reader format that text lines from a file.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.