|
Change Variable Type entry : Map.Entry<AbstractID,LinkedHashMap<ResourceID,List<SharedSlot>>> to entry : Map.Entry<AbstractID,Map<ResourceID,List<SharedSlot>>> in method private removeSlotFromAllEntries(availableSlots Map<AbstractID,Map<ResourceID,List<SharedSlot>>>, slot SharedSlot) : void in class org.apache.flink.runtime.instance.SlotSharingGroupAssignment |
From |
To |
|
Change Variable Type slotsForGroup : LinkedHashMap<ResourceID,List<SharedSlot>> to slotsForGroup : Map<ResourceID,List<SharedSlot>> in method public getSharedSlotForTask(groupId AbstractID, preferredLocations Iterable<TaskManagerLocation>, localOnly boolean) : Tuple2<SharedSlot,Locality> in class org.apache.flink.runtime.instance.SlotSharingGroupAssignment |
From |
To |
|
Change Variable Type entry : Map.Entry<AbstractID,LinkedHashMap<ResourceID,List<SharedSlot>>> to entry : Map.Entry<AbstractID,Map<ResourceID,List<SharedSlot>>> in method private addSharedSlotAndAllocateSubSlot(sharedSlot SharedSlot, locality Locality, groupId JobVertexID, constraint CoLocationConstraint) : SimpleSlot in class org.apache.flink.runtime.instance.SlotSharingGroupAssignment |
From |
To |