Class BlocklistDeclarativeSlotPoolFactory
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.slotpool.BlocklistDeclarativeSlotPoolFactory
-
- All Implemented Interfaces:
DeclarativeSlotPoolFactory
public class BlocklistDeclarativeSlotPoolFactory extends Object implements DeclarativeSlotPoolFactory
Factory forBlocklistDeclarativeSlotPool.
-
-
Constructor Summary
Constructors Constructor Description BlocklistDeclarativeSlotPoolFactory(BlockedTaskManagerChecker blockedTaskManagerChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeclarativeSlotPoolcreate(org.apache.flink.api.common.JobID jobId, java.util.function.Consumer<? super Collection<ResourceRequirement>> notifyNewResourceRequirements, org.apache.flink.api.common.time.Time idleSlotTimeout, org.apache.flink.api.common.time.Time rpcTimeout)
-
-
-
Constructor Detail
-
BlocklistDeclarativeSlotPoolFactory
public BlocklistDeclarativeSlotPoolFactory(BlockedTaskManagerChecker blockedTaskManagerChecker)
-
-
Method Detail
-
create
public DeclarativeSlotPool create(org.apache.flink.api.common.JobID jobId, java.util.function.Consumer<? super Collection<ResourceRequirement>> notifyNewResourceRequirements, org.apache.flink.api.common.time.Time idleSlotTimeout, org.apache.flink.api.common.time.Time rpcTimeout)
- Specified by:
createin interfaceDeclarativeSlotPoolFactory
-
-