| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager.scheduler | |
| org.apache.flink.runtime.jobmaster.slotpool |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LogicalSlot> |
Scheduler.allocateSlot(SlotRequestId slotRequestId,
ScheduledUnit task,
SlotProfile slotProfile,
boolean allowQueued,
org.apache.flink.api.common.time.Time allocationTimeout) |
| Constructor and Description |
|---|
NoResourceAvailableException(ScheduledUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<LogicalSlot> |
SlotProvider.allocateSlot(ScheduledUnit scheduledUnit,
boolean allowQueued,
SlotProfile slotProfile,
org.apache.flink.api.common.time.Time allocationTimeout)
Allocating slot with specific requirement.
|
CompletableFuture<LogicalSlot> |
SchedulerImpl.allocateSlot(SlotRequestId slotRequestId,
ScheduledUnit scheduledUnit,
SlotProfile slotProfile,
boolean allowQueuedScheduling,
org.apache.flink.api.common.time.Time allocationTimeout) |
CompletableFuture<LogicalSlot> |
SlotProvider.allocateSlot(SlotRequestId slotRequestId,
ScheduledUnit scheduledUnit,
SlotProfile slotProfile,
boolean allowQueuedScheduling,
org.apache.flink.api.common.time.Time allocationTimeout)
Allocating slot with specific requirement.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.