| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyMatchingSlotMatchingStrategy
SlotMatchingStrategy which picks the first matching slot. |
class |
LeastUtilizationSlotMatchingStrategy
SlotMatchingStrategy which picks a matching slot from a TaskExecutor with the least
utilization. |
| Modifier and Type | Method and Description |
|---|---|
SlotMatchingStrategy |
SlotManagerConfiguration.getSlotMatchingStrategy() |
| Constructor and Description |
|---|
SlotManagerConfiguration(org.apache.flink.api.common.time.Time taskManagerRequestTimeout,
org.apache.flink.api.common.time.Time slotRequestTimeout,
org.apache.flink.api.common.time.Time taskManagerTimeout,
boolean waitResultConsumedBeforeRelease,
SlotMatchingStrategy slotMatchingStrategy,
WorkerResourceSpec defaultWorkerResourceSpec,
int numSlotsPerWorker,
int maxSlotNum,
org.apache.flink.api.common.resources.CPUResource maxTotalCpu,
org.apache.flink.configuration.MemorySize maxTotalMem,
int redundantTaskManagerNum) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.