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 State>
Sget(N namespace, TypeSerializer<N> namespaceSerializer, StateDescriptor<S,?> stateDescriptor)
-
-
-
Method Detail
-
get
<N,S extends State> S get(N namespace, TypeSerializer<N> namespaceSerializer, StateDescriptor<S,?> stateDescriptor) throws Exception
- Throws:
Exception
-
-