| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.heap |
This package contains the classes for key/value state backends that store the state
on the JVM heap as objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract <N,UK,UV> InternalMapState<K,N,UK,UV> |
AbstractKeyedStateBackend.createMapState(org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer,
org.apache.flink.api.common.state.MapStateDescriptor<UK,UV> stateDesc)
Creates and returns a new
MapState. |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapMapState<K,N,UK,UV>
Heap-backed partitioned
MapState that is snapshotted into files. |
| Modifier and Type | Method and Description |
|---|---|
protected <N,UK,UV> InternalMapState<K,N,UK,UV> |
HeapKeyedStateBackend.createMapState(org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer,
org.apache.flink.api.common.state.MapStateDescriptor<UK,UV> stateDesc) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.