Package org.apache.hadoop.conf
Class ReconfigurationUtil
java.lang.Object
org.apache.hadoop.conf.ReconfigurationUtil
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangedProperties(Configuration newConf, Configuration oldConf) parseChangedProperties(Configuration newConf, Configuration oldConf)
-
Constructor Details
-
ReconfigurationUtil
public ReconfigurationUtil()
-
-
Method Details
-
getChangedProperties
public static Collection<ReconfigurationUtil.PropertyChange> getChangedProperties(Configuration newConf, Configuration oldConf) -
parseChangedProperties
public Collection<ReconfigurationUtil.PropertyChange> parseChangedProperties(Configuration newConf, Configuration oldConf)
-