Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.SlotPoolServiceFactory
-
Packages that use SlotPoolServiceFactory Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotPoolServiceFactory in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type SlotPoolServiceFactory Modifier and Type Method Description static DefaultSlotPoolServiceSchedulerFactoryDefaultSlotPoolServiceSchedulerFactory. create(SlotPoolServiceFactory slotPoolServiceFactory, SchedulerNGFactory schedulerNGFactory) -
Uses of SlotPoolServiceFactory in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement SlotPoolServiceFactory Modifier and Type Class Description classAbstractSlotPoolServiceFactoryAbstract SlotPoolServiceFactory.classDeclarativeSlotPoolBridgeServiceFactoryFactory forDeclarativeSlotPoolBridge.classDeclarativeSlotPoolServiceFactoryFactory for theDeclarativeSlotPoolService.
-