Uses of Class
org.apache.hadoop.yarn.nodelabels.NodeAttributesManager
Packages that use NodeAttributesManager
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeAttributesManager in org.apache.hadoop.yarn.nodelabels
Methods in org.apache.hadoop.yarn.nodelabels with parameters of type NodeAttributesManagerModifier and TypeMethodDescriptionvoidNodeAttributeStore.init(org.apache.hadoop.conf.Configuration configuration, NodeAttributesManager mgr) Initialize based on configuration and NodeAttributesManager. -
Uses of NodeAttributesManager in org.apache.hadoop.yarn.nodelabels.store.op
Methods in org.apache.hadoop.yarn.nodelabels.store.op with parameters of type NodeAttributesManagerModifier and TypeMethodDescriptionvoidAddNodeToAttributeLogOp.recover(InputStream is, NodeAttributesManager mgr) voidNodeAttributeMirrorOp.recover(InputStream is, NodeAttributesManager mgr) voidRemoveNodeToAttributeLogOp.recover(InputStream is, NodeAttributesManager mgr) voidReplaceNodeToAttributeLogOp.recover(InputStream is, NodeAttributesManager mgr) voidAddNodeToAttributeLogOp.write(OutputStream os, NodeAttributesManager mgr) voidNodeAttributeMirrorOp.write(OutputStream os, NodeAttributesManager mgr) voidRemoveNodeToAttributeLogOp.write(OutputStream os, NodeAttributesManager mgr) voidReplaceNodeToAttributeLogOp.write(OutputStream os, NodeAttributesManager mgr)