| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PreferredAllocationRequestSlotMatchingStrategy
RequestSlotMatchingStrategy that takes the preferred allocations into account. |
class |
SimpleRequestSlotMatchingStrategy
Simple implementation of the
RequestSlotMatchingStrategy that matches the pending
requests in order as long as the resource profile can be fulfilled. |
| 构造器和说明 |
|---|
DeclarativeSlotPoolBridge(org.apache.flink.api.common.JobID jobId,
DeclarativeSlotPoolFactory declarativeSlotPoolFactory,
org.apache.flink.util.clock.Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time idleSlotTimeout,
org.apache.flink.api.common.time.Time batchSlotTimeout,
RequestSlotMatchingStrategy requestSlotMatchingStrategy) |
DeclarativeSlotPoolBridgeServiceFactory(org.apache.flink.util.clock.Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time slotIdleTimeout,
org.apache.flink.api.common.time.Time batchSlotTimeout,
RequestSlotMatchingStrategy requestSlotMatchingStrategy) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.