Uses of Interface
org.apache.flink.runtime.jobmaster.LogicalSlot
Packages that use LogicalSlot
Package
Description
-
Uses of LogicalSlot in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return LogicalSlotModifier and TypeMethodDescriptionExecution.getAssignedResource()ExecutionVertex.getCurrentAssignedResource()Methods in org.apache.flink.runtime.executiongraph with parameters of type LogicalSlotModifier and TypeMethodDescriptionvoidExecutionVertex.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 LogicalSlotModifier and TypeMethodDescriptionvoidSlotOwner.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 -
Uses of LogicalSlot in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return LogicalSlotMethod parameters in org.apache.flink.runtime.scheduler.adaptive.allocator with type arguments of type LogicalSlotModifier and TypeMethodDescriptionstatic ReservedSlotsReservedSlots.create(Map<ExecutionVertexID, LogicalSlot> assignedSlots)