Uses of Interface
org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Packages that use AllocatedSlotPool Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of AllocatedSlotPool in org.apache.flink.runtime.jobmaster.slotpool
Classes in org.apache.flink.runtime.jobmaster.slotpool that implement AllocatedSlotPool Modifier and Type Class Description classDefaultAllocatedSlotPoolDefaultAllocatedSlotPoolimplementation.Fields in org.apache.flink.runtime.jobmaster.slotpool declared as AllocatedSlotPool Modifier and Type Field Description protected AllocatedSlotPoolDefaultDeclarativeSlotPool. slotPoolConstructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type AllocatedSlotPool Constructor Description DefaultDeclarativeSlotPool(org.apache.flink.api.common.JobID jobId, AllocatedSlotPool slotPool, java.util.function.Consumer<? super Collection<ResourceRequirement>> notifyNewResourceRequirements, org.apache.flink.api.common.time.Time idleSlotTimeout, org.apache.flink.api.common.time.Time rpcTimeout)
-