| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.restore |
| Modifier and Type | Field and Description |
|---|---|
protected StateSerializerProvider<K> |
AbstractKeyedStateBackendBuilder.keySerializerProvider |
| Modifier and Type | Method and Description |
|---|---|
static <T> StateSerializerProvider<T> |
StateSerializerProvider.fromNewRegisteredSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> registeredStateSerializer)
Creates a
StateSerializerProvider from the registered state serializer. |
static <T> StateSerializerProvider<T> |
StateSerializerProvider.fromPreviousSerializerSnapshot(org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<T> stateSerializerSnapshot)
Creates a
StateSerializerProvider for restored state from the previous serializer's
snapshot. |
| Constructor and Description |
|---|
FullSnapshotRestoreOperation(KeyGroupRange keyGroupRange,
ClassLoader userCodeClassLoader,
Collection<KeyedStateHandle> restoreStateHandles,
StateSerializerProvider<K> keySerializerProvider) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.