Class ConfigConstants

java.lang.Object
org.apache.gravitino.config.ConfigConstants

public final class ConfigConstants extends Object
Constants used for configuration.
  • Field Details

    • WEBSERVER_HTTP_PORT

      public static final String WEBSERVER_HTTP_PORT
      HTTP Server port, reused by Gravitino server and Iceberg REST server
      See Also:
    • WEBSERVER_HTTPS_PORT

      public static final String WEBSERVER_HTTPS_PORT
      HTTPS Server port, reused by Gravitino server and Iceberg REST server
      See Also:
    • NOT_BLANK_ERROR_MSG

      public static final String NOT_BLANK_ERROR_MSG
      The value of messages used to indicate that the configuration is set to an empty value.
      See Also:
    • NOT_NULL_ERROR_MSG

      public static final String NOT_NULL_ERROR_MSG
      The value of messages used to indicate that the configuration is not set.
      See Also:
    • POSITIVE_NUMBER_ERROR_MSG

      public static final String POSITIVE_NUMBER_ERROR_MSG
      The value of messages used to indicate that the configuration should be a positive number.
      See Also:
    • NON_NEGATIVE_NUMBER_ERROR_MSG

      public static final String NON_NEGATIVE_NUMBER_ERROR_MSG
      The value of messages used to indicate that the configuration should be a non-negative number.
      See Also:
    • VERSION_0_1_0

      public static final String VERSION_0_1_0
      The version number for the 0.1.0 release.
      See Also:
    • VERSION_0_2_0

      public static final String VERSION_0_2_0
      The version number for the 0.2.0 release.
      See Also:
    • VERSION_0_3_0

      public static final String VERSION_0_3_0
      The version number for the 0.3.0 release.
      See Also:
    • VERSION_0_4_0

      public static final String VERSION_0_4_0
      The version number for the 0.4.0 release.
      See Also:
    • VERSION_0_5_0

      public static final String VERSION_0_5_0
      The version number for the 0.5.0 release.
      See Also:
    • VERSION_0_5_1

      public static final String VERSION_0_5_1
      The version number for the 0.5.1 release.
      See Also:
    • VERSION_0_5_2

      public static final String VERSION_0_5_2
      The version number for the 0.5.2 release.
      See Also:
    • VERSION_0_6_0

      public static final String VERSION_0_6_0
      The version number for the 0.6.0 release.
      See Also:
    • VERSION_0_7_0

      public static final String VERSION_0_7_0
      The version number for the 0.7.0 release.
      See Also:
    • VERSION_0_8_0

      public static final String VERSION_0_8_0
      The version number for the 0.8.0 release.
      See Also:
    • VERSION_0_9_0

      public static final String VERSION_0_9_0
      The version number for the 0.9.0 release.
      See Also:
    • VERSION_1_0_0

      public static final String VERSION_1_0_0
      The version number for the 1.0.0 release.
      See Also:
    • CURRENT_SCRIPT_VERSION

      public static final String CURRENT_SCRIPT_VERSION
      The current version of backend storage initialization script.
      See Also: