org.apache.hadoop.conf
Class ReconfigurationUtil.PropertyChange

java.lang.Object
  extended by org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
Enclosing class:
ReconfigurationUtil

public static class ReconfigurationUtil.PropertyChange
extends Object


Field Summary
 String newVal
           
 String oldVal
           
 String prop
           
 
Constructor Summary
ReconfigurationUtil.PropertyChange(String prop, String newVal, String oldVal)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

public String prop

oldVal

public String oldVal

newVal

public String newVal
Constructor Detail

ReconfigurationUtil.PropertyChange

public ReconfigurationUtil.PropertyChange(String prop,
                                          String newVal,
                                          String oldVal)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.