| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
AllocatedSlot |
Execution.getAssignedResource() |
AllocatedSlot |
ExecutionVertex.getCurrentAssignedResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.deployToSlot(AllocatedSlot slot) |
void |
ExecutionVertex.deployToSlot(AllocatedSlot slot) |
| Modifier and Type | Method and Description |
|---|---|
AllocatedSlot |
Instance.allocateSlot(JobID jobID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Instance.returnAllocatedSlot(AllocatedSlot slot) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSlot |
| Modifier and Type | Method and Description |
|---|---|
protected AllocatedSlot |
Scheduler.getFreeSlotForTask(ExecutionVertex vertex,
Iterable<Instance> requestedLocations)
Gets a suitable instance to schedule the vertex execution to.
|
AllocatedSlot |
Scheduler.scheduleImmediately(ScheduledUnit task) |
AllocatedSlot |
SlotAllocationFuture.waitTillAllocated() |
AllocatedSlot |
SlotAllocationFuture.waitTillAllocated(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
SubSlot |
SlotSharingGroupAssignment.addNewSlotWithTask(AllocatedSlot slot,
ExecutionVertex vertex) |
SubSlot |
SlotSharingGroupAssignment.addNewSlotWithTask(AllocatedSlot slot,
ExecutionVertex vertex,
CoLocationConstraint constraint) |
void |
SlotAllocationFuture.setSlot(AllocatedSlot slot) |
void |
SlotAllocationFutureAction.slotAllocated(AllocatedSlot slot)
This method is called as soon as the SlotAllocationFuture is triggered.
|
| Constructor and Description |
|---|
SlotAllocationFuture(AllocatedSlot slot) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.