Package alluxio.conf

Class RemovedKey


  • public final class RemovedKey
    extends java.lang.Object
    This class contains old PropertyKeys which have been removed from use This class is used to track keys which were deprecated in previous versions and subsequently removed in a future version. We still keep them here so that it is possible to provide users with useful information if they are found to be using an outdated property key. Being removed and still used by an application denotes an error.
    See Also:
    InstancedConfiguration.validate(), PropertyKey.fromString(String)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMessage​(java.lang.String key)
      gets the message pertaining to a removed key or template.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

        @Nullable
        public static java.lang.String getMessage​(java.lang.String key)
        gets the message pertaining to a removed key or template.
        Parameters:
        key - the property key to check
        Returns:
        whether or not the key has been removed