List of usage examples for org.apache.hadoop.conf Configuration addDeprecation
public static void addDeprecation(String key, String newKey, String customMessage)
From source file:org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java
License:Apache License
@Deprecated public static void addDeprecation(String key, String[] newKeys, String customMessage) { Configuration.addDeprecation(key, newKeys, customMessage); }
From source file:org.janusgraph.hadoop.compat.h2.ImmutableConfiguration.java
License:Apache License
public static void addDeprecation(String key, String newKey, String customMessage) { Configuration.addDeprecation(key, newKey, customMessage); }