Package org.apache.flink.runtime.state
Interface OperatorStateBackend
-
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.flink.util.Disposable,org.apache.flink.api.common.state.OperatorStateStore,Snapshotable<SnapshotResult<OperatorStateHandle>>
- All Known Implementing Classes:
DefaultOperatorStateBackend
public interface OperatorStateBackend extends org.apache.flink.api.common.state.OperatorStateStore, Snapshotable<SnapshotResult<OperatorStateHandle>>, Closeable, org.apache.flink.util.Disposable
Interface that combines both, the user facingOperatorStateStoreinterface and the system interfaceSnapshotable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispose()-
Methods inherited from interface org.apache.flink.api.common.state.OperatorStateStore
getBroadcastState, getBroadcastState, getListState, getListState, getRegisteredBroadcastStateNames, getRegisteredStateNames, getUnionListState, getUnionListState
-
Methods inherited from interface org.apache.flink.runtime.state.Snapshotable
snapshot
-
-