public class ResourceManagerRuntimeServices extends Object
ResourceManager services.| Constructor and Description |
|---|
ResourceManagerRuntimeServices(SlotManager slotManager,
JobLeaderIdService jobLeaderIdService) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceManagerRuntimeServices |
fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration,
HighAvailabilityServices highAvailabilityServices,
org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor,
SlotManagerMetricGroup slotManagerMetricGroup) |
JobLeaderIdService |
getJobLeaderIdService() |
SlotManager |
getSlotManager() |
public ResourceManagerRuntimeServices(SlotManager slotManager, JobLeaderIdService jobLeaderIdService)
public SlotManager getSlotManager()
public JobLeaderIdService getJobLeaderIdService()
public static ResourceManagerRuntimeServices fromConfiguration(ResourceManagerRuntimeServicesConfiguration configuration, HighAvailabilityServices highAvailabilityServices, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, SlotManagerMetricGroup slotManagerMetricGroup)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.