Class DynamicResourceConfiguration
java.lang.Object
org.apache.hadoop.conf.Configuration
org.apache.hadoop.yarn.server.resourcemanager.resource.DynamicResourceConfiguration
public class DynamicResourceConfiguration
extends org.apache.hadoop.conf.Configuration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.conf.Configuration
org.apache.hadoop.conf.Configuration.DeprecationDelta, org.apache.hadoop.conf.Configuration.IntegerRanges -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDynamicResourceConfiguration(org.apache.hadoop.conf.Configuration configuration) DynamicResourceConfiguration(org.apache.hadoop.conf.Configuration configuration, InputStream drInputStream) -
Method Summary
Modifier and TypeMethodDescriptionintgetMemoryPerNode(String node) Map<org.apache.hadoop.yarn.api.records.NodeId,org.apache.hadoop.yarn.api.records.ResourceOption> String[]getNodes()intintgetVcoresPerNode(String node) voidsetMemoryPerNode(String node, int memory) voidvoidsetOverCommitTimeoutPerNode(String node, int overCommitTimeout) voidsetVcoresPerNode(String node, int vcores) Methods inherited from class org.apache.hadoop.conf.Configuration
addDefaultResource, addDeprecation, addDeprecation, addDeprecation, addDeprecation, addDeprecations, addResource, addResource, addResource, addResource, addResource, addResource, addResource, addResource, addResource, addResource, addResource, addTags, clear, dumpConfiguration, dumpConfiguration, dumpDeprecatedKeys, get, get, getAllPropertiesByTag, getAllPropertiesByTags, getBoolean, getClass, getClass, getClassByName, getClassByNameOrNull, getClasses, getClassLoader, getConfResourceAsInputStream, getConfResourceAsReader, getDouble, getEnum, getEnumSet, getFile, getFinalParameters, getFloat, getInstances, getInt, getInts, getLocalPath, getLong, getLongBytes, getPassword, getPasswordFromConfig, getPasswordFromCredentialProviders, getPattern, getPropertySources, getProps, getPropsWithPrefix, getRange, getRaw, getResource, getSocketAddr, getSocketAddr, getStorageSize, getStorageSize, getStringCollection, getStrings, getStrings, getTimeDuration, getTimeDuration, getTimeDuration, getTimeDuration, getTimeDurationHelper, getTimeDurations, getTrimmed, getTrimmed, getTrimmedStringCollection, getTrimmedStrings, getTrimmedStrings, getValByRegex, hasWarnedDeprecation, isDeprecated, isPropertyTag, iterator, main, onlyKeyExists, readFields, reloadConfiguration, reloadExistingConfigurations, set, set, setAllowNullValueProperties, setBoolean, setBooleanIfUnset, setClass, setClassLoader, setDeprecatedProperties, setDouble, setEnum, setFloat, setIfUnset, setInt, setLong, setPattern, setQuietMode, setRestrictSystemProperties, setRestrictSystemPropertiesDefault, setRestrictSystemProps, setSocketAddr, setStorageSize, setStrings, setTimeDuration, size, substituteCommonVariables, toString, unset, updateConnectAddr, updateConnectAddr, write, writeXml, writeXml, writeXml, writeXmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
PREFIX
- See Also:
-
DOT
- See Also:
-
NODES
- See Also:
-
VCORES
- See Also:
-
MEMORY
- See Also:
-
OVERCOMMIT_TIMEOUT
- See Also:
-
-
Constructor Details
-
DynamicResourceConfiguration
public DynamicResourceConfiguration() -
DynamicResourceConfiguration
public DynamicResourceConfiguration(org.apache.hadoop.conf.Configuration configuration) -
DynamicResourceConfiguration
public DynamicResourceConfiguration(org.apache.hadoop.conf.Configuration configuration, InputStream drInputStream)
-
-
Method Details
-
getVcoresPerNode
-
setVcoresPerNode
-
getMemoryPerNode
-
setMemoryPerNode
-
getOverCommitTimeoutPerNode
-
setOverCommitTimeoutPerNode
-
getNodes
-
setNodes
-
getNodeResourceMap
public Map<org.apache.hadoop.yarn.api.records.NodeId,org.apache.hadoop.yarn.api.records.ResourceOption> getNodeResourceMap()
-