Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocator
Packages that use ResourceAllocator
Package
Description
-
Uses of ResourceAllocator in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceAllocatorModifier and TypeMethodDescriptionprotected abstract ResourceAllocatorResourceManager.getResourceAllocator()protected ResourceAllocatorStandaloneResourceManager.getResourceAllocator() -
Uses of ResourceAllocator in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active that return ResourceAllocatorModifier and TypeMethodDescriptionprotected ResourceAllocatorActiveResourceManager.getResourceAllocator() -
Uses of ResourceAllocator in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement ResourceAllocatorModifier and TypeClassDescriptionclassResourceAllocator that not support to allocate/release resources.Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceAllocatorModifier 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.