| Package | Description |
|---|---|
| org.apache.flink.runtime.state.metainfo |
| Modifier and Type | Method and Description |
|---|---|
static StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.BackendStateType.byCode(int code) |
StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.getBackendStateType() |
static StateMetaInfoSnapshot.BackendStateType |
StateMetaInfoSnapshot.BackendStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMetaInfoSnapshot.BackendStateType[] |
StateMetaInfoSnapshot.BackendStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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(String, BackendStateType, Map, Map). |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.