Uses of Interface
org.apache.flink.runtime.jobmaster.LogicalSlot
-
-
Uses of LogicalSlot in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return LogicalSlot Modifier and Type Method Description LogicalSlotExecution. getAssignedResource()LogicalSlotExecutionVertex. getCurrentAssignedResource()Methods in org.apache.flink.runtime.executiongraph with parameters of type LogicalSlot Modifier and Type Method Description voidExecutionVertex. deployToSlot(LogicalSlot slot)voidSpeculativeExecutionVertex. deployToSlot(LogicalSlot slot)booleanExecution. tryAssignResource(LogicalSlot logicalSlot)Tries to assign the given slot to the execution.voidExecutionVertex. tryAssignResource(LogicalSlot slot)voidSpeculativeExecutionVertex. tryAssignResource(LogicalSlot slot) -
Uses of LogicalSlot in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type LogicalSlot Modifier and Type Method Description voidSlotOwner. returnLogicalSlot(LogicalSlot logicalSlot)Return the given slot to the slot owner. -
Uses of LogicalSlot in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement LogicalSlot Modifier and Type Class Description classSingleLogicalSlotImplementation of theLogicalSlot. -
Uses of LogicalSlot in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return LogicalSlot Modifier and Type Method Description LogicalSlotReservedSlots. getSlotFor(ExecutionVertexID executionVertexId)Method parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type LogicalSlot Modifier and Type Method Description static ReservedSlotsReservedSlots. create(Map<ExecutionVertexID,LogicalSlot> assignedSlots)
-