Package alluxio

Class RuntimeConstants


  • @ThreadSafe
    public final class RuntimeConstants
    extends java.lang.Object
    System constants that are determined during runtime.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALLUXIO_2X_UPGRADE_DOC_URL
      The URL of Alluxio 1.x to 2.x upgrade documentation.
      static java.lang.String ALLUXIO_DEBUG_DOCS_URL
      The URL of Alluxio debugging documentation.
      static java.lang.String ALLUXIO_DOCS_URL
      The URL of Alluxio documentation for this version on project web site.
      static java.lang.String ALLUXIO_JAR
      The relative path to the Alluxio target jar.
      static java.lang.String ALLUXIO_JAVADOC_URL
      The URL of Alluxio javadoc documentation.
      static java.lang.String ALLUXIO_SECURITY_DOCS_URL
      The URL of Alluxio security documentation.
      static java.lang.String VERSION
      The version of this Alluxio instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        The version of this Alluxio instance.
        See Also:
        Constant Field Values
      • ALLUXIO_JAR

        public static final java.lang.String ALLUXIO_JAR
        The relative path to the Alluxio target jar.
        See Also:
        Constant Field Values
      • ALLUXIO_DOCS_URL

        public static final java.lang.String ALLUXIO_DOCS_URL
        The URL of Alluxio documentation for this version on project web site.
      • ALLUXIO_JAVADOC_URL

        public static final java.lang.String ALLUXIO_JAVADOC_URL
        The URL of Alluxio javadoc documentation.
      • ALLUXIO_DEBUG_DOCS_URL

        public static final java.lang.String ALLUXIO_DEBUG_DOCS_URL
        The URL of Alluxio debugging documentation.
      • ALLUXIO_2X_UPGRADE_DOC_URL

        public static final java.lang.String ALLUXIO_2X_UPGRADE_DOC_URL
        The URL of Alluxio 1.x to 2.x upgrade documentation.
      • ALLUXIO_SECURITY_DOCS_URL

        public static final java.lang.String ALLUXIO_SECURITY_DOCS_URL
        The URL of Alluxio security documentation.