Interface ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>

  • All Superinterfaces:
    org.apache.flink.util.function.BiFunctionWithException<org.apache.flink.runtime.state.AbstractKeyedStateBackend<K>,​Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle>,​ChangelogRestoreTarget<K>,​Exception>
    Enclosing class:
    ChangelogBackendRestoreOperation
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>
    extends org.apache.flink.util.function.BiFunctionWithException<org.apache.flink.runtime.state.AbstractKeyedStateBackend<K>,​Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle>,​ChangelogRestoreTarget<K>,​Exception>
    Builds ChangelogRestoreTarget from the base backend and state.
    • Method Summary

      • Methods inherited from interface org.apache.flink.util.function.BiFunctionWithException

        apply