|
Rename Variable serializerMap : Map<String,TypeSerializer<?>> to serializerConfigSnapshotMap : Map<String,TypeSerializerConfigSnapshot<?>> in method public readStateMetaInfoSnapshot(in DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.LegacyStateMetaInfoReaders.KeyedBackendStateMetaInfoReaderV1V2 |
From |
To |
|
Rename Variable metaInfoVersion : int to metaInfoSnapshotVersion : Integer in method public read(in DataInputView) : void in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy |
From |
To |
|
Rename Variable numSerializer : int to numSerializerConfigSnapshots : int in method public readStateMetaInfoSnapshot(inputView DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.CurrentReaderImpl |
From |
To |
|
Rename Variable metaInfoReadVersion : int to metaInfoSnapshotVersion : Integer in method public read(in DataInputView) : void in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy |
From |
To |
|
Change Variable Type serializerMap : Map<String,TypeSerializer<?>> to serializerConfigSnapshotMap : Map<String,TypeSerializerConfigSnapshot<?>> in method public readStateMetaInfoSnapshot(in DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.LegacyStateMetaInfoReaders.KeyedBackendStateMetaInfoReaderV1V2 |
From |
To |
|
Change Variable Type serializerConfigsMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigsMap : Map<String,TypeSerializerConfigSnapshot<?>> in method public readStateMetaInfoSnapshot(in DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.LegacyStateMetaInfoReaders.OperatorBackendStateMetaInfoReaderV2V3 |
From |
To |
|
Change Variable Type entry : Map.Entry<String,TypeSerializer<?>> to entry : Map.Entry<String,TypeSerializerConfigSnapshot<?>> in method public writeStateMetaInfoSnapshot(snapshot StateMetaInfoSnapshot, outputView DataOutputView) : void in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.CurrentWriterImpl |
From |
To |
|
Change Variable Type serializerConfigSnapshotMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigSnapshotMap : Map<String,TypeSerializerConfigSnapshot<?>> in method public readStateMetaInfoSnapshot(in DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.LegacyStateMetaInfoReaders.KeyedBackendStateMetaInfoReaderV3V4 |
From |
To |
|
Change Variable Type metaInfoReadVersion : int to metaInfoSnapshotVersion : Integer in method public read(in DataInputView) : void in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy |
From |
To |
|
Change Variable Type serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot<?>> in method private computeSnapshot() : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo |
From |
To |
|
Change Variable Type serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot<?>> in method private computeSnapshot() : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo |
From |
To |
|
Change Variable Type serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot<?>> in method public writeStateMetaInfoSnapshot(snapshot StateMetaInfoSnapshot, outputView DataOutputView) : void in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.CurrentWriterImpl |
From |
To |
|
Change Variable Type serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot> to serializerConfigSnapshotsMap : Map<String,TypeSerializerConfigSnapshot<?>> in method private computeSnapshot() : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo |
From |
To |
|
Change Variable Type serializerSnapshotMap : Map<String,TypeSerializerConfigSnapshot> to serializerSnapshotMap : Map<String,TypeSerializerConfigSnapshot<?>> in method private computeSnapshot() : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo |
From |
To |
|
Change Variable Type serializerConfigsMap : HashMap<String,TypeSerializerConfigSnapshot> to serializerConfigsMap : HashMap<String,TypeSerializerConfigSnapshot<?>> in method public readStateMetaInfoSnapshot(inputView DataInputView, userCodeClassLoader ClassLoader) : StateMetaInfoSnapshot in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.CurrentReaderImpl |
From |
To |
|
Change Variable Type metaInfoVersion : int to metaInfoSnapshotVersion : Integer in method public read(in DataInputView) : void in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy |
From |
To |