Uses of Class
org.apache.flink.changelog.fs.StateChangeUploadScheduler.UploadTask
-
-
Uses of StateChangeUploadScheduler.UploadTask in org.apache.flink.changelog.fs
Methods in org.apache.flink.changelog.fs with parameters of type StateChangeUploadScheduler.UploadTask Modifier and Type Method Description voidStateChangeUploadScheduler. upload(StateChangeUploadScheduler.UploadTask uploadTask)Method parameters in org.apache.flink.changelog.fs with type arguments of type StateChangeUploadScheduler.UploadTask Modifier and Type Method Description StateChangeUploader.UploadTasksResultAbstractStateChangeFsUploader. upload(Collection<StateChangeUploadScheduler.UploadTask> tasks)StateChangeUploader.UploadTasksResultStateChangeUploader. upload(Collection<StateChangeUploadScheduler.UploadTask> tasks)Execute the upload task and return the results.Constructor parameters in org.apache.flink.changelog.fs with type arguments of type StateChangeUploadScheduler.UploadTask Constructor 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)
-