| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.file.src | |
| org.apache.flink.connector.file.src.impl | |
| org.apache.flink.connector.file.src.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 构造器和说明 |
|---|
StreamFormatAdapter(StreamFormat<T> streamFormat) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleStreamFormat<T>
A simple version of the
StreamFormat, for formats that are not splittable. |
class |
TextLineFormat
已过时。
Please use
TextLineInputFormat. |
class |
TextLineInputFormat
A reader format that text lines from a file.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.