Interface DelegatingStateBackend
- All Superinterfaces:
Serializable,StateBackend
An interface to delegate state backend.
As its name, it should include a state backend to delegate.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateBackend
StateBackend.CustomInitializationMetrics, StateBackend.KeyedStateBackendParameters<K>, StateBackend.OperatorStateBackendParameters -
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.StateBackend
createAsyncKeyedStateBackend, createKeyedStateBackend, createOperatorStateBackend, supportsAsyncKeyedStateBackend, supportsNoClaimRestoreMode, supportsSavepointFormat, useManagedMemory
-
Method Details
-
getDelegatedStateBackend
StateBackend getDelegatedStateBackend() -
getName
Description copied from interface:StateBackendReturn the name of this backend, default is simple class name.DelegatingStateBackendmay return the simple class name of the delegated backend.- Specified by:
getNamein interfaceStateBackend
-