org.apache.hadoop.conf
Class ReconfigurationUtil

java.lang.Object
  extended by org.apache.hadoop.conf.ReconfigurationUtil

public class ReconfigurationUtil
extends Object


Nested Class Summary
static class ReconfigurationUtil.PropertyChange
           
 
Constructor Summary
ReconfigurationUtil()
           
 
Method Summary
static Collection<ReconfigurationUtil.PropertyChange> getChangedProperties(Configuration newConf, Configuration oldConf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconfigurationUtil

public ReconfigurationUtil()
Method Detail

getChangedProperties

public static Collection<ReconfigurationUtil.PropertyChange> getChangedProperties(Configuration newConf,
                                                                                  Configuration oldConf)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.