Class Configuration.DeprecationDelta

java.lang.Object
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 Details

    • DeprecationDelta

      public DeprecationDelta(String key, String newKey, String customMessage)
    • DeprecationDelta

      public DeprecationDelta(String key, String newKey)
  • Method Details

    • getKey

      public String getKey()
    • getNewKeys

      public String[] getNewKeys()
    • getCustomMessage

      public String getCustomMessage()