| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RegisteredKeyValueStateBackendMetaInfo<N,S> |
RegisteredKeyValueStateBackendMetaInfo.withSerializerUpgradesAllowed() |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RegisteredKeyValueStateBackendMetaInfo<N,S> |
StateTable.metaInfo
Combined meta information such as name and serializers for this state.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RegisteredKeyValueStateBackendMetaInfo<N,S> |
StateTable.getMetaInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo) |
void |
CopyOnWriteStateTable.setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N,S> metaInfo) |
| 构造器和说明 |
|---|
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.