| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
RegisteredKeyedBackendStateMetaInfo.Snapshot<N,S> |
KeyedBackendStateMetaInfoSnapshotReaderWriters.KeyedBackendStateMetaInfoReader.readStateMetaInfo(org.apache.flink.core.memory.DataInputView in) |
RegisteredKeyedBackendStateMetaInfo.Snapshot<N,S> |
RegisteredKeyedBackendStateMetaInfo.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
List<RegisteredKeyedBackendStateMetaInfo.Snapshot<?,?>> |
KeyedBackendSerializationProxy.getStateMetaInfoSnapshots() |
| Modifier and Type | Method and Description |
|---|---|
static <N,S> KeyedBackendStateMetaInfoSnapshotReaderWriters.KeyedBackendStateMetaInfoWriter |
KeyedBackendStateMetaInfoSnapshotReaderWriters.getWriterForVersion(int version,
RegisteredKeyedBackendStateMetaInfo.Snapshot<N,S> stateMetaInfo) |
static <N,S> RegisteredKeyedBackendStateMetaInfo<N,S> |
RegisteredKeyedBackendStateMetaInfo.resolveKvStateCompatibility(RegisteredKeyedBackendStateMetaInfo.Snapshot<N,S> restoredStateMetaInfoSnapshot,
org.apache.flink.api.common.typeutils.TypeSerializer<N> newNamespaceSerializer,
org.apache.flink.api.common.state.StateDescriptor<?,S> newStateDescriptor)
Checks compatibility of a restored k/v state, with the new
StateDescriptor provided to it. |
| Constructor and Description |
|---|
KeyedBackendSerializationProxy(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer,
List<RegisteredKeyedBackendStateMetaInfo.Snapshot<?,?>> stateMetaInfoSnapshots,
boolean compression) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.