29249b2eeb9cb9910a5a55ae6c3a0b648d67d2b5
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.apache.flink.api.common.typeutils.TypeSerializerSerializationUtil.SerialUIDMismatchTolerantInputStream renamed to org.apache.flink.api.common.typeutils.TypeSerializerSerializationUtil.FailureTolerantObjectInputStream | From | To | |
Change Variable Type | 2 | ||
Change Variable Type ois : TypeSerializerSerializationUtil.SerialUIDMismatchTolerantInputStream to ois : TypeSerializerSerializationUtil.FailureTolerantObjectInputStream in method public readStateMetaInfo(in DataInputView) : RegisteredOperatorBackendStateMetaInfo.Snapshot<S> in class org.apache.flink.runtime.state.OperatorBackendStateMetaInfoSnapshotReaderWriters.OperatorBackendStateMetaInfoReaderV1 | From | To | |
Change Variable Type ois : SerialUIDMismatchTolerantInputStream to ois : FailureTolerantObjectInputStream in method public read(in DataInputView) : void in class org.apache.flink.api.common.typeutils.TypeSerializerSerializationUtil.TypeSerializerSerializationProxy | From | To |