Uses of Interface
org.apache.flink.api.common.state.MapStateDeclaration
-
Packages that use MapStateDeclaration Package Description org.apache.flink.api.common.state -
-
Uses of MapStateDeclaration in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return MapStateDeclaration Modifier and Type Method Description static <K,V>
MapStateDeclaration<K,V>StateDeclarations. mapState(String name, TypeDescriptor<K> keyTypeInformation, TypeDescriptor<V> valueTypeInformation)Get theMapStateDeclarationof map state withStateDeclaration.RedistributionMode.NONE.
-