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,
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,
Path... paths)
Deprecated.
Please use
FileSource.forRecordStreamFormat(StreamFormat, Path...) instead. |
static <T> FileSource.FileSourceBuilder<T> |
FileSource.forRecordStreamFormat(StreamFormat<T> streamFormat,
Path... paths)
Builds a new
FileSource using a StreamFormat to read record-by-record from a
file stream. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.