| Package | Description |
|---|---|
| org.apache.flink.connector.file.src |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forBulkFileFormat(BulkFormat<T,FileSourceSplit> reader,
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> 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. |
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forRecordStreamFormat(StreamFormat<T> reader,
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–2020 The Apache Software Foundation. All rights reserved.