Uses of Class
org.apache.flink.changelog.fs.StateChangeSet
-
Uses of StateChangeSet in org.apache.flink.changelog.fs
Methods in org.apache.flink.changelog.fs that return types with arguments of type StateChangeSetMethods in org.apache.flink.changelog.fs with parameters of type StateChangeSetModifier and TypeMethodDescriptionstatic UploadResultUploadResult.of(org.apache.flink.runtime.state.StreamStateHandle handle, org.apache.flink.runtime.state.StreamStateHandle localHandle, StateChangeSet changeSet, long offset, long localOffset) Constructor parameters in org.apache.flink.changelog.fs with type arguments of type StateChangeSetModifierConstructorDescriptionUploadTask(Collection<StateChangeSet> changeSets, Consumer<List<UploadResult>> successCallback, BiConsumer<List<org.apache.flink.runtime.state.changelog.SequenceNumber>, Throwable> failureCallback) 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)