| Modifier and Type | Method and Description |
|---|---|
void |
StateChangeUploadScheduler.upload(StateChangeUploadScheduler.UploadTask uploadTask)
|
| Modifier and Type | Method and Description |
|---|---|
StateChangeUploader.UploadTasksResult |
StateChangeUploader.upload(Collection<StateChangeUploadScheduler.UploadTask> tasks)
Execute the upload task and return the results.
|
StateChangeUploader.UploadTasksResult |
AbstractStateChangeFsUploader.upload(Collection<StateChangeUploadScheduler.UploadTask> tasks) |
| Constructor and Description |
|---|
UploadTasksResult(Map<StateChangeUploadScheduler.UploadTask,Map<StateChangeSet,org.apache.flink.api.java.tuple.Tuple2<Long,Long>>> tasksOffsets,
org.apache.flink.runtime.state.StreamStateHandle handle) |
UploadTasksResult(Map<StateChangeUploadScheduler.UploadTask,Map<StateChangeSet,org.apache.flink.api.java.tuple.Tuple2<Long,Long>>> tasksOffsets,
org.apache.flink.runtime.state.StreamStateHandle handle,
org.apache.flink.runtime.state.StreamStateHandle localHandle) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.