@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.
|
close
StateChangeUploader.UploadTasksResult upload(Collection<StateChangeUploadScheduler.UploadTask> tasks) throws IOException
complete
the tasks.IOException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.