| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
AllocatedResource |
Instance.allocateSlot(JobID jobID) |
void |
InstanceManager.releaseAllocatedResource(AllocatedResource allocatedResource) |
void |
DefaultInstanceManager.releaseAllocatedResource(AllocatedResource allocatedResource) |
void |
InstanceManager.requestInstance(JobID jobID,
Configuration conf,
int requiredSlots) |
void |
DefaultInstanceManager.requestInstance(JobID jobID,
Configuration conf,
int requiredSlots) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultScheduler.requestInstances(ExecutionStage executionStage)
Collects the instances required to run the job from the given
ExecutionStage and requests them at the
loaded instance manager. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.