Interface DeclarativeSlotPoolFactory

    • 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)