Uses of Class
org.apache.flink.api.common.state.MapStateDescriptor
-
Packages that use MapStateDescriptor Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of MapStateDescriptor in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions with parameters of type MapStateDescriptor Modifier and Type Method Description <UK,UV>
org.apache.flink.api.common.state.MapState<UK,UV>RuntimeContext. getMapState(MapStateDescriptor<UK,UV> stateProperties)Gets a handle to the system's key/value map state. -
Uses of MapStateDescriptor in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util with parameters of type MapStateDescriptor Modifier and Type Method Description <UK,UV>
org.apache.flink.api.common.state.MapState<UK,UV>AbstractRuntimeUDFContext. getMapState(MapStateDescriptor<UK,UV> stateProperties) -
Uses of MapStateDescriptor in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state with parameters of type MapStateDescriptor Modifier and Type Method Description <K,V>
org.apache.flink.api.common.state.BroadcastState<K,V>OperatorStateStore. getBroadcastState(MapStateDescriptor<K,V> stateDescriptor)Creates (or restores) abroadcast state.<UK,UV>
org.apache.flink.api.common.state.MapState<UK,UV>KeyedStateStore. getMapState(MapStateDescriptor<UK,UV> stateProperties)Gets a handle to the system's key/value map state.
-