6b8212ca4b883529fec38607cf0abb18f0cb72cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable slotOfferings : CountDownLatch to activeSlots : CountDownLatch in method public testSyncSlotsWithJobMasterByHeartbeat() : void in class org.apache.flink.runtime.taskexecutor.TaskExecutorTest | From | To | |
Extract Method | 1 | ||
Extract Method private handleAcceptedSlotOffers(jobId JobID, jobMasterGateway JobMasterGateway, jobMasterId JobMasterId, offeredSlots Collection<SlotOffer>) : BiConsumer<Iterable<SlotOffer>,Throwable> extracted from private offerSlotsToJobManager(jobId JobID) : void in class org.apache.flink.runtime.taskexecutor.TaskExecutor | From | To |