| 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 |
|---|---|
RegisteredKeyValueStateBackendMetaInfo<N,S> |
RegisteredKeyValueStateBackendMetaInfo.withSerializerUpgradesAllowed() |
| 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 |
CopyOnWriteStateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo) |
void |
StateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo) |
| Constructor and Description |
|---|
StateTable(InternalKeyContext<K> keyContext,
RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo,
org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.