Interface DeclarativeSlotPoolFactory
-
- All Known Implementing Classes:
BlocklistDeclarativeSlotPoolFactory,DefaultDeclarativeSlotPoolFactory
public interface DeclarativeSlotPoolFactoryFactory for aDeclarativeSlotPool.
-
-
Method Summary
All Methods Instance Methods Abstract 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
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)
-
-