Interface ChangelogBackendRestoreOperation.BaseBackendBuilder<K>

All Superinterfaces:
org.apache.flink.util.function.FunctionWithException<Collection<org.apache.flink.runtime.state.KeyedStateHandle>,org.apache.flink.runtime.state.AbstractKeyedStateBackend<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.BaseBackendBuilder<K> extends org.apache.flink.util.function.FunctionWithException<Collection<org.apache.flink.runtime.state.KeyedStateHandle>,org.apache.flink.runtime.state.AbstractKeyedStateBackend<K>,Exception>
Builds base backend for ChangelogKeyedStateBackend from state.
  • Method Summary

    Methods inherited from interface org.apache.flink.util.function.FunctionWithException

    apply