2a57136aecab8e0e0a945ce98a2aea363874069a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to ImmutableMap<String,DrillbitEndpoint> in method private buildEndpointMap(endpoints Collection<DrillbitEndpoint>) : ImmutableMap<String,DrillbitEndpoint> in class org.apache.drill.exec.store.schedule.BlockMapBuilder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type endPointMap : HashMap<String,DrillbitEndpoint> to endPointMap : ImmutableMap<String,DrillbitEndpoint> in class org.apache.drill.exec.store.schedule.BlockMapBuilder | From | To | |
Change Attribute Type blockMapMap : HashMap<Path,ImmutableRangeMap<Long,BlockLocation>> to blockMapMap : Map<Path,ImmutableRangeMap<Long,BlockLocation>> in class org.apache.drill.exec.store.schedule.BlockMapBuilder | From | To |