Class DefaultDeclarativeSlotPoolFactory
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPoolFactory
-
- All Implemented Interfaces:
DeclarativeSlotPoolFactory
public class DefaultDeclarativeSlotPoolFactory extends Object implements DeclarativeSlotPoolFactory
Factory forDefaultDeclarativeSlotPool.
-
-
Constructor Summary
Constructors Constructor Description DefaultDeclarativeSlotPoolFactory()
-
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)
-
-
-
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
-
-