| Package | Description |
|---|---|
| org.apache.flink.connector.file.src |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forBulkFileFormat(BulkFormat<T,FileSourceSplit> bulkFormat,
org.apache.flink.core.fs.Path... paths)
Builds a new
FileSource using a BulkFormat to read batches of records from
files. |
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forRecordFileFormat(FileRecordFormat<T> recordFormat,
org.apache.flink.core.fs.Path... paths)
Deprecated.
Please use
FileSource.forRecordStreamFormat(StreamFormat, Path...) instead. |
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. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.