@Internal public interface StateChangeUploader extends AutoCloseable
upload(java.util.Collection<org.apache.flink.changelog.fs.StateChangeUploadScheduler.UploadTask>) method with a collection of StateChangeUploadScheduler.UploadTask
argument which is meant to initiate such an upload.| Modifier and Type | Interface and Description |
|---|---|
static class |
StateChangeUploader.UploadTasksResult
Result of executing one or more
upload tasks. |
| Modifier and Type | Method and Description |
|---|---|
StateChangeUploader.UploadTasksResult |
upload(Collection<StateChangeUploadScheduler.UploadTask> tasks)
Execute the upload task and return the results.
|
closeStateChangeUploader.UploadTasksResult upload(Collection<StateChangeUploadScheduler.UploadTask> tasks) throws IOException
complete the tasks.IOExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.