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.UploadTaskModifier and TypeMethodDescriptionvoidStateChangeUploadScheduler.upload(StateChangeUploadScheduler.UploadTask uploadTask) Method parameters in org.apache.flink.changelog.fs with type arguments of type StateChangeUploadScheduler.UploadTaskModifier and TypeMethodDescriptionAbstractStateChangeFsUploader.upload(Collection<StateChangeUploadScheduler.UploadTask> tasks) StateChangeUploader.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.UploadTaskModifierConstructorDescriptionUploadTasksResult(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)