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 facingOperatorStateStore
interface and the system interfaceSnapshotable
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
-
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
-
-