Package org.apache.gravitino.config
Class ConfigConstants
java.lang.Object
org.apache.gravitino.config.ConfigConstants
Constants used for configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The current version of backend storage initialization script.static final String
The value of messages used to indicate that the configuration should be a non-negative number.static final String
The value of messages used to indicate that the configuration is set to an empty value.static final String
The value of messages used to indicate that the configuration is not set.static final String
The value of messages used to indicate that the configuration should be a positive number.static final String
The version number for the 0.1.0 release.static final String
The version number for the 0.2.0 release.static final String
The version number for the 0.3.0 release.static final String
The version number for the 0.4.0 release.static final String
The version number for the 0.5.0 release.static final String
The version number for the 0.5.1 release.static final String
The version number for the 0.5.2 release.static final String
The version number for the 0.6.0 release.static final String
The version number for the 0.7.0 release.static final String
The version number for the 0.8.0 release.static final String
The version number for the 0.9.0 release.static final String
The version number for the 1.0.0 release.static final String
HTTP Server port, reused by Gravitino server and Iceberg REST serverstatic final String
HTTPS Server port, reused by Gravitino server and Iceberg REST server -
Method Summary
-
Field Details
-
WEBSERVER_HTTP_PORT
HTTP Server port, reused by Gravitino server and Iceberg REST server- See Also:
-
WEBSERVER_HTTPS_PORT
HTTPS Server port, reused by Gravitino server and Iceberg REST server- See Also:
-
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
The value of messages used to indicate that the configuration is not set.- See Also:
-
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
The value of messages used to indicate that the configuration should be a non-negative number.- See Also:
-
VERSION_0_1_0
The version number for the 0.1.0 release.- See Also:
-
VERSION_0_2_0
The version number for the 0.2.0 release.- See Also:
-
VERSION_0_3_0
The version number for the 0.3.0 release.- See Also:
-
VERSION_0_4_0
The version number for the 0.4.0 release.- See Also:
-
VERSION_0_5_0
The version number for the 0.5.0 release.- See Also:
-
VERSION_0_5_1
The version number for the 0.5.1 release.- See Also:
-
VERSION_0_5_2
The version number for the 0.5.2 release.- See Also:
-
VERSION_0_6_0
The version number for the 0.6.0 release.- See Also:
-
VERSION_0_7_0
The version number for the 0.7.0 release.- See Also:
-
VERSION_0_8_0
The version number for the 0.8.0 release.- See Also:
-
VERSION_0_9_0
The version number for the 0.9.0 release.- See Also:
-
VERSION_1_0_0
The version number for the 1.0.0 release.- See Also:
-
CURRENT_SCRIPT_VERSION
The current version of backend storage initialization script.- See Also:
-