| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.jobmaster.slotpool | |
| org.apache.flink.runtime.scheduler.adaptive.allocator |
| 限定符和类型 | 方法和说明 |
|---|---|
LogicalSlot |
Execution.getAssignedResource() |
LogicalSlot |
ExecutionVertex.getCurrentAssignedResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecutionVertex.deployToSlot(LogicalSlot slot) |
void |
ExecutionVertex.tryAssignResource(LogicalSlot slot) |
boolean |
Execution.tryAssignResource(LogicalSlot logicalSlot)
Tries to assign the given slot to the execution.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SlotOwner.returnLogicalSlot(LogicalSlot logicalSlot)
Return the given slot to the slot owner.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SingleLogicalSlot
Implementation of the
LogicalSlot. |
| 限定符和类型 | 方法和说明 |
|---|---|
LogicalSlot |
ReservedSlots.getSlotFor(ExecutionVertexID executionVertexId) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReservedSlots |
ReservedSlots.create(Map<ExecutionVertexID,LogicalSlot> assignedSlots) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.