Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocator
-
Packages that use ResourceAllocator Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of ResourceAllocator in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceAllocator Modifier and Type Method Description protected 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 ResourceAllocator Modifier and Type Method Description protected ResourceAllocatorActiveResourceManager. getResourceAllocator() -
Uses of ResourceAllocator in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement ResourceAllocator Modifier and Type Class Description classNonSupportedResourceAllocatorImplResourceAllocator that not support to allocate/release resources.Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceAllocator Modifier and Type Method Description voidFineGrainedSlotManager. 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.
-