@Internal public interface DelegatingStateBackend extends StateBackend
As its name, it should include a state backend to delegate.
StateBackend.CustomInitializationMetrics, StateBackend.KeyedStateBackendParameters<K>, StateBackend.OperatorStateBackendParameters
Modifier and Type | Method and Description |
---|---|
StateBackend |
getDelegatedStateBackend() |
default String |
getName()
Return the name of this backend, default is simple class name.
|
createAsyncKeyedStateBackend, createKeyedStateBackend, createOperatorStateBackend, supportsAsyncKeyedStateBackend, supportsNoClaimRestoreMode, supportsSavepointFormat, useManagedMemory
StateBackend getDelegatedStateBackend()
default String getName()
StateBackend
DelegatingStateBackend
may return the simple class
name of the delegated backend.getName
in interface StateBackend
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.