| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
ResourceManagerGateway.requestSlot(JobMasterId jobMasterId,
SlotRequest slotRequest,
org.apache.flink.api.common.time.Time timeout)
Requests a slot from the resource manager.
|
CompletableFuture<Acknowledge> |
ResourceManager.requestSlot(JobMasterId jobMasterId,
SlotRequest slotRequest,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SlotManager.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
boolean |
SlotManagerImpl.registerSlotRequest(SlotRequest slotRequest)
Requests a slot with the respective resource profile.
|
| Constructor and Description |
|---|
PendingSlotRequest(SlotRequest slotRequest) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.