Interface ChangelogBackendRestoreOperation.BaseBackendBuilder<K>
-
- All Superinterfaces:
FunctionWithException<Collection<KeyedStateHandle>,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 FunctionWithException<Collection<KeyedStateHandle>,AbstractKeyedStateBackend<K>,Exception>
Builds base backend forChangelogKeyedStateBackend
from state.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.util.function.FunctionWithException
apply
-
-