public interface SchedulingEditPolicy
| Modifier and Type | Method and Description | 
|---|---|
| void | editSchedule()This method is invoked at regular intervals. | 
| long | getMonitoringInterval() | 
| String | getPolicyName() | 
| void | init(org.apache.hadoop.conf.Configuration config,
    RMContext context,
    ResourceScheduler scheduler) | 
void init(org.apache.hadoop.conf.Configuration config,
          RMContext context,
          ResourceScheduler scheduler)
void editSchedule()
long getMonitoringInterval()
String getPolicyName()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.