Uses of Class
org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange

Packages that use ReconfigurationUtil.PropertyChange
org.apache.hadoop.conf Configuration of system parameters. 
 

Uses of ReconfigurationUtil.PropertyChange in org.apache.hadoop.conf
 

Methods in org.apache.hadoop.conf that return types with arguments of type ReconfigurationUtil.PropertyChange
static Collection<ReconfigurationUtil.PropertyChange> ReconfigurationUtil.getChangedProperties(Configuration newConf, Configuration oldConf)
           
 Collection<ReconfigurationUtil.PropertyChange> ReconfigurableBase.getChangedProperties(Configuration newConf, Configuration oldConf)
           
 Map<ReconfigurationUtil.PropertyChange,com.google.common.base.Optional<String>> ReconfigurationTaskStatus.getStatus()
           
 Collection<ReconfigurationUtil.PropertyChange> ReconfigurationUtil.parseChangedProperties(Configuration newConf, Configuration oldConf)
           
 

Constructor parameters in org.apache.hadoop.conf with type arguments of type ReconfigurationUtil.PropertyChange
ReconfigurationTaskStatus(long startTime, long endTime, Map<ReconfigurationUtil.PropertyChange,com.google.common.base.Optional<String>> status)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.