Class ResourceManagerRuntimeServices
java.lang.Object
org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
Container class for the
ResourceManager services.-
Constructor Summary
ConstructorsConstructorDescriptionResourceManagerRuntimeServices(SlotManager slotManager, JobLeaderIdService jobLeaderIdService) -
Method Summary
Modifier and TypeMethodDescriptionfromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration, HighAvailabilityServices highAvailabilityServices, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerMetricGroup slotManagerMetricGroup)
-
Constructor Details
-
ResourceManagerRuntimeServices
public ResourceManagerRuntimeServices(SlotManager slotManager, JobLeaderIdService jobLeaderIdService)
-
-
Method Details
-
getSlotManager
-
getJobLeaderIdService
-
fromConfiguration
public static ResourceManagerRuntimeServices fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration, HighAvailabilityServices highAvailabilityServices, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerMetricGroup slotManagerMetricGroup)
-