| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
InternalMapState(StateRequestHandler stateRequestHandler,
MapStateDescriptor<UK,V> stateDescriptor) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.