| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Method and Description |
|---|---|
static PendingTaskManagerId |
PendingTaskManagerId.generate() |
PendingTaskManagerId |
PendingTaskManager.getPendingTaskManagerId() |
| Modifier and Type | Method and Description |
|---|---|
Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>> |
ResourceAllocationResult.getAllocationsOnPendingResources() |
| Modifier and Type | Method and Description |
|---|---|
ResourceAllocationResult.Builder |
ResourceAllocationResult.Builder.addAllocationOnPendingResource(org.apache.flink.api.common.JobID jobId,
PendingTaskManagerId pendingTaskManagerId,
ResourceProfile resourceProfile) |
Map<org.apache.flink.api.common.JobID,ResourceCounter> |
FineGrainedTaskManagerTracker.removePendingTaskManager(PendingTaskManagerId pendingTaskManagerId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FineGrainedTaskManagerTracker.replaceAllPendingAllocations(Map<PendingTaskManagerId,Map<org.apache.flink.api.common.JobID,ResourceCounter>> pendingSlotAllocations) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.