Uses of Interface
org.apache.hadoop.yarn.server.nodemanager.nodelabels.NodeDescriptorsProvider
Packages that use NodeDescriptorsProvider
Package
Description
Package to encapsulate classes used to handle node labels and node
attributes in NM.
-
Uses of NodeDescriptorsProvider in org.apache.hadoop.yarn.server.nodemanager.nodelabels
Classes in org.apache.hadoop.yarn.server.nodemanager.nodelabels that implement NodeDescriptorsProviderModifier and TypeClassDescriptionclassProvides base implementation of NodeDescriptorsProvider with Timer and expects subclass to provide TimerTask which can fetch node descriptors.classConfiguration based node attributes provider.classProvides Node's Labels by constantly monitoring the configuration.classAbstract class which will be responsible for fetching the node attributes.classAbstract class which will be responsible for fetching the node labels.classNode attribute provider that periodically runs a script to collect node attributes.classThe class which provides functionality of getting the labels of the node using the configured node labels provider script.Constructors in org.apache.hadoop.yarn.server.nodemanager.nodelabels with parameters of type NodeDescriptorsProviderModifierConstructorDescriptionNodeDescriptorsScriptRunner(String scriptPath, String[] scriptArgs, long scriptTimeout, NodeDescriptorsProvider ndProvider)