2e21582224ca32f51272abadc901db753b89d199
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method package expired(ttlValue TtlValue<V>, ttl long, currentTimestamp long) : boolean extracted from package expired(ttlValue TtlValue<V>, ttl long, timeProvider TtlTimeProvider) : boolean in class org.apache.flink.runtime.state.ttl.TtlUtils | From | To | |
Extract Method private expired(ts long, ttl long, currentTimestamp long) : boolean extracted from package expired(ts long, ttl long, timeProvider TtlTimeProvider) : boolean in class org.apache.flink.runtime.state.ttl.TtlUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ttlValue : List<TtlValue<T>> to ttlValues : List<TtlValue<T>> in method private updateTs(ttlValues List<TtlValue<T>>) : void in class org.apache.flink.runtime.state.ttl.TtlListState | From | To |