3f9d9cf84ee6413c2076d3e69987bd24389659b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public setKeySerializerConfigSnapshot(keySerializerConfigSnapshot TypeSerializerSnapshot<K>) : void renamed to public setKeySerializerSnapshot(keySerializerConfigSnapshot TypeSerializerSnapshot<K>) : void in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Method public getNamespaceSerializerConfigSnapshot() : TypeSerializerSnapshot<N> renamed to public getNamespaceSerializerSnapshot() : TypeSerializerSnapshot<N> in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Method public setNamespaceSerializerConfigSnapshot(namespaceSerializerConfigSnapshot TypeSerializerSnapshot<N>) : void renamed to public setNamespaceSerializerSnapshot(namespaceSerializerConfigSnapshot TypeSerializerSnapshot<N>) : void in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Method public getKeySerializerConfigSnapshot() : TypeSerializerSnapshot<K> renamed to public getKeySerializerSnapshot() : TypeSerializerSnapshot<K> in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Attribute | 2 | ||
Rename Attribute namespaceSerializerConfigSnapshot : TypeSerializerSnapshot<N> to namespaceSerializerSnapshot : TypeSerializerSnapshot<N> in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Attribute keySerializerConfigSnapshot : TypeSerializerSnapshot<K> to keySerializerSnapshot : TypeSerializerSnapshot<K> in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Parameter | 2 | ||
Rename Parameter keySerializerConfigSnapshot : TypeSerializerSnapshot<K> to keySerializerSnapshot : TypeSerializerSnapshot<K> in method public InternalTimersSnapshot(keySerializer TypeSerializer<K>, keySerializerSnapshot TypeSerializerSnapshot<K>, namespaceSerializer TypeSerializer<N>, namespaceSerializerSnapshot TypeSerializerSnapshot<N>, eventTimeTimers Set<TimerHeapInternalTimer<K,N>>, processingTimeTimers Set<TimerHeapInternalTimer<K,N>>) in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To | |
Rename Parameter namespaceSerializerConfigSnapshot : TypeSerializerSnapshot<N> to namespaceSerializerSnapshot : TypeSerializerSnapshot<N> in method public InternalTimersSnapshot(keySerializer TypeSerializer<K>, keySerializerSnapshot TypeSerializerSnapshot<K>, namespaceSerializer TypeSerializer<N>, namespaceSerializerSnapshot TypeSerializerSnapshot<N>, eventTimeTimers Set<TimerHeapInternalTimer<K,N>>, processingTimeTimers Set<TimerHeapInternalTimer<K,N>>) in class org.apache.flink.streaming.api.operators.InternalTimersSnapshot | From | To |