Modifier and Type | Method and Description |
---|---|
LogicalSlot |
Execution.getAssignedResource() |
LogicalSlot |
ExecutionVertex.getCurrentAssignedResource() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionVertex.deployToSlot(LogicalSlot slot) |
void |
SpeculativeExecutionVertex.deployToSlot(LogicalSlot slot) |
void |
ExecutionVertex.tryAssignResource(LogicalSlot slot) |
boolean |
Execution.tryAssignResource(LogicalSlot logicalSlot)
Tries to assign the given slot to the execution.
|
void |
SpeculativeExecutionVertex.tryAssignResource(LogicalSlot slot) |
Modifier and Type | Method and Description |
---|---|
void |
SlotOwner.returnLogicalSlot(LogicalSlot logicalSlot)
Return the given slot to the slot owner.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleLogicalSlot
Implementation of the
LogicalSlot . |
Modifier and Type | Method and Description |
---|---|
LogicalSlot |
ReservedSlots.getSlotFor(ExecutionVertexID executionVertexId) |
Modifier and Type | Method and Description |
---|---|
static ReservedSlots |
ReservedSlots.create(Map<ExecutionVertexID,LogicalSlot> assignedSlots) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.