Uses of Interface
org.apache.flink.api.common.state.MapState
-
Packages that use MapState Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util org.apache.flink.api.common.state -
-
Uses of MapState in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return MapState Modifier and Type Method Description <UK,UV>
MapState<UK,UV>RuntimeContext. getMapState(MapStateDescriptor<UK,UV> stateProperties)Gets a handle to the system's key/value map state. -
Uses of MapState in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return MapState Modifier and Type Method Description <UK,UV>
MapState<UK,UV>AbstractRuntimeUDFContext. getMapState(MapStateDescriptor<UK,UV> stateProperties) -
Uses of MapState in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return MapState Modifier and Type Method Description <UK,UV>
MapState<UK,UV>KeyedStateStore. getMapState(MapStateDescriptor<UK,UV> stateProperties)Gets a handle to the system's key/value map state.
-