Package org.apache.flink.runtime.state
Interface AbstractKeyedStateBackend.PartitionStateFactory
-
- Enclosing class:
- AbstractKeyedStateBackend<K>
public static interface AbstractKeyedStateBackend.PartitionStateFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <N,S extends org.apache.flink.api.common.state.State>
Sget(N namespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.StateDescriptor<S,?> stateDescriptor)
-