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, Consumer<? super Collection<ResourceRequirement>> notifyNewResourceRequirements, Duration idleSlotTimeout, Duration rpcTimeout, Duration slotRequestMaxInterval, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor componentMainThreadExecutor)
-