95b82399870d7f78485df95c65ea859283410352
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ConcurrentOpenHashSet<PositionImpl> to ConcurrentOpenHashMap<PositionImpl,Integer> in method public getPendingAcks() : ConcurrentOpenHashMap<PositionImpl,Integer> in class com.yahoo.pulsar.broker.service.Consumer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pendingAcks : ConcurrentOpenHashSet<PositionImpl> to pendingAcks : ConcurrentOpenHashMap<PositionImpl,Integer> in class com.yahoo.pulsar.broker.service.Consumer | From | To |