| Interface | Description |
|---|---|
| SlotAllocationFutureAction |
An action that is invoked once a
SlotAllocationFuture is triggered. |
| SlotAvailabilityListener |
A SlotAvailabilityListener can be notified when new
org.apache.flink.runtime.instance.AllocatedSlot2s become available
on an Instance. |
| Class | Description |
|---|---|
| CoLocationConstraint | |
| CoLocationGroup | |
| LifoSetQueue<E> |
A queue that returns elements in LIFO order and simultaneously maintains set characteristics, i.e., elements
that are already in the queue may not be added another time.
|
| ResourceId | |
| ScheduledUnit | |
| Scheduler |
The scheduler is responsible for distributing the ready-to-run tasks and assigning them to instances and
slots.
|
| SetQueue<E> |
A queue that maintains set characteristics, i.e., elements
that are already in the queue may not be added another time.
|
| SlotAllocationFuture | |
| SlotSharingGroup |
A slot sharing units defines which different task (from different job vertices) can be
deployed together within a slot.
|
| SlotSharingGroupAssignment |
| Enum | Description |
|---|---|
| Locality |
| Exception | Description |
|---|---|
| NoResourceAvailableException |
Copyright © 2015 The Apache Software Foundation. All rights reserved.