Uses of Class
org.apache.flink.runtime.state.v2.MapStateDescriptor
-
Packages that use MapStateDescriptor Package Description org.apache.flink.runtime.state.v2 org.apache.flink.streaming.api.operators -
-
Uses of MapStateDescriptor in org.apache.flink.runtime.state.v2
Methods in org.apache.flink.runtime.state.v2 with parameters of type MapStateDescriptor Modifier and Type Method Description <UK,UV>
org.apache.flink.api.common.state.v2.MapState<UK,UV>DefaultKeyedStateStoreV2. getMapState(MapStateDescriptor<UK,UV> stateProperties)<UK,UV>
org.apache.flink.api.common.state.v2.MapState<UK,UV>KeyedStateStoreV2. getMapState(MapStateDescriptor<UK,UV> stateProperties)Gets a handle to the system's key/value map state.Constructors in org.apache.flink.runtime.state.v2 with parameters of type MapStateDescriptor Constructor Description AbstractMapState(StateRequestHandler stateRequestHandler, MapStateDescriptor<UK,V> stateDescriptor) -
Uses of MapStateDescriptor in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type MapStateDescriptor Modifier and Type Method Description <UK,UV>
org.apache.flink.api.common.state.v2.MapState<UK,UV>StreamingRuntimeContext. getMapState(MapStateDescriptor<UK,UV> stateProperties)
-