Interface ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>
-
- All Superinterfaces:
BiFunctionWithException<AbstractKeyedStateBackend<K>,Collection<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 BiFunctionWithException<AbstractKeyedStateBackend<K>,Collection<ChangelogStateBackendHandle>,ChangelogRestoreTarget<K>,Exception>
BuildsChangelogRestoreTarget
from the base backend and state.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.util.function.BiFunctionWithException
apply
-
-