Uses of Interface
org.apache.flink.runtime.blocklist.BlockedTaskManagerChecker
Packages that use BlockedTaskManagerChecker
Package
Description
-
Uses of BlockedTaskManagerChecker in org.apache.flink.runtime.jobmaster.slotpool
Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type BlockedTaskManagerCheckerModifierConstructorDescriptionBlocklistDeclarativeSlotPoolFactory(BlockedTaskManagerChecker blockedTaskManagerChecker) -
Uses of BlockedTaskManagerChecker in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type BlockedTaskManagerCheckerModifier and TypeMethodDescriptionvoidFineGrainedSlotManager.start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener newResourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker) Starts the slot manager with the given leader id and resource manager actions.voidSlotManager.start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener resourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker) Starts the slot manager with the given leader id and resource manager actions.DefaultResourceAllocationStrategy.tryFulfillRequirements(Map<org.apache.flink.api.common.JobID, Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker) ResourceAllocationStrategy.tryFulfillRequirements(Map<org.apache.flink.api.common.JobID, Collection<ResourceRequirement>> missingResources, org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerResourceInfoProvider taskManagerResourceInfoProvider, BlockedTaskManagerChecker blockedTaskManagerChecker) Try to make an allocation decision to fulfill the resource requirements.