Toggle navigation
Home
org.apache.flink.runtime.instance.AllocatedSlot to org.apache.flink.runtime.instance.SimpleSlot
No. of Instances - 244
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
slot.getExecutedVertex()
to
slot.getExecution()
((SubSlot)s1).getSharedSlot()
to
s1.getParent()
((SubSlot)s2).getSharedSlot()
to
s2.getParent()
((SubSlot)s1).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s1.getRoot().getNumberLeaves()
((SubSlot)s2).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s2.getRoot().getNumberLeaves()
slot.getExecutedVertex()
to
slot.getExecution()
slot.getExecutedVertex()
to
slot.getExecution()
((SubSlot)s1).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s1.getRoot().getNumberLeaves()
((SubSlot)s8).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s8.getRoot().getNumberLeaves()
((SubSlot)s7).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s7.getRoot().getNumberLeaves()
((SubSlot)s9).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s9.getRoot().getNumberLeaves()
((SubSlot)s5).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s5.getRoot().getNumberLeaves()
((SubSlot)s10).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s10.getRoot().getNumberLeaves()
((SubSlot)s1).getSharedSlot()
to
s1.getParent()
((SubSlot)s2).getSharedSlot()
to
s2.getParent()
((SubSlot)s1).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s1.getRoot().getNumberLeaves()
((SubSlot)s4).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s4.getRoot().getNumberLeaves()
((SubSlot)s2).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s2.getRoot().getNumberLeaves()
((SubSlot)s1).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s1.getRoot().getNumberLeaves()
((SubSlot)s2).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s2.getRoot().getNumberLeaves()
((SubSlot)s2).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s2.getRoot().getNumberLeaves()
getFreeSlotForTask(vertex,locations)
to
getFreeSubSlotForTask(vertex,locations,assignment,constraint)
((SubSlot)s11).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s11.getRoot().getNumberLeaves()
slot.getExecutedVertex()
to
slot.getExecution()
slot.getExecutedVertex()
to
slot.getExecution()
((SubSlot)s6).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s6.getRoot().getNumberLeaves()
((SubSlot)s12).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s12.getRoot().getNumberLeaves()
((SubSlot)s3).getSharedSlot().getNumberOfAllocatedSubSlots()
to
s3.getRoot().getNumberLeaves()
Cascading Type Change (Similar)
AllocatedSlot
to
SimpleSlot
AllocatedSlot
to
SimpleSlot
AllocatedSlot
to
SimpleSlot
AllocatedSlot
to
SimpleSlot
AllocatedSlot
to
SimpleSlot
Rename Method invocation
allocateSlot
to
allocateSimpleSlot