| Package | Description |
|---|---|
| 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 NestedStateMap<K,N,S> |
NestedMapsStateTable.createStateMap() |
| Constructor and Description |
|---|
NestedStateMapSnapshot(NestedStateMap<K,N,S> owningStateMap)
Creates a new
NestedStateMapSnapshot. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.