Uses of Class
org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
Packages that use ReconfigurationUtil.PropertyChange
-
Uses of ReconfigurationUtil.PropertyChange in org.apache.hadoop.conf
Methods in org.apache.hadoop.conf that return types with arguments of type ReconfigurationUtil.PropertyChangeModifier and TypeMethodDescriptionReconfigurableBase.getChangedProperties(Configuration newConf, Configuration oldConf) ReconfigurationUtil.getChangedProperties(Configuration newConf, Configuration oldConf) ReconfigurationTaskStatus.getStatus()ReconfigurationUtil.parseChangedProperties(Configuration newConf, Configuration oldConf) Constructor parameters in org.apache.hadoop.conf with type arguments of type ReconfigurationUtil.PropertyChangeModifierConstructorDescriptionReconfigurationTaskStatus(long startTime, long endTime, Map<ReconfigurationUtil.PropertyChange, Optional<String>> status)