| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.file.src.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
FileRecordFormat.Reader<T> |
FileRecordFormat.createReader(org.apache.flink.configuration.Configuration config,
org.apache.flink.core.fs.Path filePath,
long splitOffset,
long splitLength)
已过时。
Creates a new reader to read in this format.
|
FileRecordFormat.Reader<T> |
FileRecordFormat.restoreReader(org.apache.flink.configuration.Configuration config,
org.apache.flink.core.fs.Path filePath,
long restoredOffset,
long splitOffset,
long splitLength)
已过时。
Restores a reader from a checkpointed position.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.