| 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 | Field and Description |
|---|---|
protected RegisteredKeyValueStateBackendMetaInfo<N,S> |
StateTable.metaInfo
Combined meta information such as name and serializers for this state.
|
| Modifier and Type | Method and Description |
|---|---|
RegisteredKeyValueStateBackendMetaInfo<N,S> |
StateTable.getMetaInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo) |
| Constructor and Description |
|---|
NestedMapsStateTable(InternalKeyContext<K> keyContext,
RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer)
Creates a new
NestedMapsStateTable for the given key context and meta info. |
StateTable(InternalKeyContext<K> keyContext,
RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.