@Internal public interface DelegatingStateBackend extends StateBackend
As its name, it should include a state backend to delegate.
| 限定符和类型 | 方法和说明 |
|---|---|
StateBackend |
getDelegatedStateBackend() |
default String |
getName()
Return the name of this backend, default is simple class name.
|
createKeyedStateBackend, createKeyedStateBackend, createOperatorStateBackend, supportsNoClaimRestoreMode, supportsSavepointFormat, useManagedMemoryStateBackend getDelegatedStateBackend()
default String getName()
StateBackendDelegatingStateBackend may return the simple class
name of the delegated backend.getName 在接口中 StateBackendCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.