| Package | Description |
|---|---|
| org.apache.flink.connector.file.src | |
| org.apache.flink.connector.file.src.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forRecordFileFormat(FileRecordFormat<T> reader,
org.apache.flink.core.fs.Path... paths)
Builds a new
FileSource using a FileRecordFormat to read record-by-record from a
a file path. |
| Constructor and Description |
|---|
FileRecordFormatAdapter(FileRecordFormat<T> fileFormat) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.