| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
Future<SimpleSlot> |
SlotProvider.allocateSlot(ScheduledUnit task,
boolean allowQueued)
Allocating slot with specific requirement.
|
Future<SimpleSlot> |
SlotPool.allocateSlot(ScheduledUnit task,
ResourceProfile resources,
Iterable<TaskManagerLocation> locationPreferences) |
Future<SimpleSlot> |
SlotPoolGateway.allocateSlot(ScheduledUnit task,
ResourceProfile resources,
Iterable<TaskManagerLocation> locationPreferences,
Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
Future<SimpleSlot> |
Scheduler.allocateSlot(ScheduledUnit task,
boolean allowQueued) |
| Constructor and Description |
|---|
NoResourceAvailableException(ScheduledUnit unit) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.