Class QueueAppLifetimeAndLimitSettings

java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueAppLifetimeAndLimitSettings

public class QueueAppLifetimeAndLimitSettings extends Object
This class determines application lifetime and max parallel apps settings based on the CapacitySchedulerConfiguration and other queue properties.
  • Constructor Details

  • Method Details

    • getMaxParallelApps

      public int getMaxParallelApps()
    • setMaxParallelApps

      public void setMaxParallelApps(int maxParallelApps)
    • getMaxApplicationLifetime

      public long getMaxApplicationLifetime()
    • getDefaultApplicationLifetime

      public long getDefaultApplicationLifetime()
    • isDefaultAppLifetimeWasSpecifiedInConfig

      public boolean isDefaultAppLifetimeWasSpecifiedInConfig()