| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.resourcemanager.slotmanager |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnyMatchingSlotMatchingStrategy
SlotMatchingStrategy which picks the first matching slot. |
class |
LeastUtilizationSlotMatchingStrategy
SlotMatchingStrategy which picks a matching slot from a TaskExecutor with the least
utilization. |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotMatchingStrategy |
SlotManagerConfiguration.getSlotMatchingStrategy() |
| 构造器和说明 |
|---|
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,
java.time.Duration requirementCheckDelay,
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–2022 The Apache Software Foundation. All rights reserved.