Uses of Class
org.apache.flink.runtime.state.PartitionableListState
-
Packages that use PartitionableListState Package Description org.apache.flink.runtime.state -
-
Uses of PartitionableListState in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return PartitionableListState Modifier and Type Method Description PartitionableListState<S>PartitionableListState. deepCopy()Constructor parameters in org.apache.flink.runtime.state with type arguments of type PartitionableListState Constructor Description DefaultOperatorStateBackend(org.apache.flink.api.common.ExecutionConfig executionConfig, org.apache.flink.core.fs.CloseableRegistry closeStreamOnCancelRegistry, Map<String,PartitionableListState<?>> registeredOperatorStates, Map<String,BackendWritableBroadcastState<?,?>> registeredBroadcastStates, Map<String,PartitionableListState<?>> accessedStatesByName, Map<String,BackendWritableBroadcastState<?,?>> accessedBroadcastStatesByName, SnapshotStrategyRunner<OperatorStateHandle,?> snapshotStrategyRunner)OperatorStateRestoreOperation(org.apache.flink.core.fs.CloseableRegistry closeStreamOnCancelRegistry, ClassLoader userClassloader, Map<String,PartitionableListState<?>> registeredOperatorStates, Map<String,BackendWritableBroadcastState<?,?>> registeredBroadcastStates, Collection<OperatorStateHandle> stateHandles)
-