org.apache.hadoop.conf
Class Configuration.DeprecationDelta

java.lang.Object
  extended by org.apache.hadoop.conf.Configuration.DeprecationDelta
Enclosing class:
Configuration

public static class Configuration.DeprecationDelta
extends Object

A pending addition to the global set of deprecated keys.


Constructor Summary
Configuration.DeprecationDelta(String key, String newKey)
           
Configuration.DeprecationDelta(String key, String newKey, String customMessage)
           
 
Method Summary
 String getCustomMessage()
           
 String getKey()
           
 String[] getNewKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration.DeprecationDelta

public Configuration.DeprecationDelta(String key,
                                      String newKey,
                                      String customMessage)

Configuration.DeprecationDelta

public Configuration.DeprecationDelta(String key,
                                      String newKey)
Method Detail

getKey

public String getKey()

getNewKeys

public String[] getNewKeys()

getCustomMessage

public String getCustomMessage()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.