public class DisabledBlacklistManager extends Object implements BlacklistManager
BlacklistManager that returns no blacklists.| Constructor and Description | 
|---|
| DisabledBlacklistManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addNode(String node)Report failure of a container on node. | 
| org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest | getBlacklistUpdates()Get  ResourceBlacklistRequestthat indicate which nodes should be
 added or to removed from the blacklist. | 
| void | refreshNodeHostCount(int nodeHostCount)Refresh the number of NodeManagers available for scheduling. | 
public void addNode(String node)
BlacklistManageraddNode in interface BlacklistManagernode - that has a container failurepublic org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest getBlacklistUpdates()
BlacklistManagerResourceBlacklistRequest that indicate which nodes should be
 added or to removed from the blacklist.getBlacklistUpdates in interface BlacklistManagerResourceBlacklistRequestpublic void refreshNodeHostCount(int nodeHostCount)
BlacklistManagerrefreshNodeHostCount in interface BlacklistManagernodeHostCount - is the number of node hosts.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.