| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.metainfo |
| 限定符和类型 | 方法和说明 |
|---|---|
static StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.BackendStateType.byCode(int code) |
StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.getBackendStateType() |
static StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.BackendStateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StateMetaInfoSnapshot.BackendStateType[] |
StateMetaInfoSnapshot.BackendStateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
StateMetaInfoSnapshot(String name,
StateMetaInfoSnapshot.BackendStateType backendStateType,
Map<String,String> options,
Map<String,org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<?>> serializerSnapshots) |
StateMetaInfoSnapshot(String name,
StateMetaInfoSnapshot.BackendStateType backendStateType,
Map<String,String> options,
Map<String,org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<?>> serializerSnapshots,
Map<String,org.apache.flink.api.common.typeutils.TypeSerializer<?>> serializers)
TODO this variant, which requires providing the serializers, TODO should actually be removed,
leaving only
StateMetaInfoSnapshot.StateMetaInfoSnapshot(String, BackendStateType, Map, Map). |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.