| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.instance |
| Modifier and Type | Method and Description |
|---|---|
AllocationID |
ExecutionVertex.getAllocationID()
Returns the allocation ID which identifies the resources used
by this vertex within the assigned instance.
|
| Modifier and Type | Method and Description |
|---|---|
AllocationID |
AllocatedResource.getAllocationID()
Returns the allocation ID which identifies the resource allocated within the assigned instance.
|
AllocationID |
AllocatedSlot.getAllocationID()
Returns the allocation ID of this slice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.releaseSlot(AllocationID allocationID) |
| Constructor and Description |
|---|
AllocatedResource(Instance instance,
AllocationID allocationID)
Constructs a new allocated resource object.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.