You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2018/01/18 17:09:26 UTC

[09/17] flink git commit: [hotfix] [core] Fix broken JavaDoc links in ConfigConstants

[hotfix] [core] Fix broken JavaDoc links in ConfigConstants


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0030d6ab
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0030d6ab
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0030d6ab

Branch: refs/heads/master
Commit: 0030d6ab21197077438ba05654a5af353bc1acb7
Parents: e52db8b
Author: Stephan Ewen <se...@apache.org>
Authored: Wed Oct 25 17:32:17 2017 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Jan 18 18:08:03 2018 +0100

----------------------------------------------------------------------
 .../flink/configuration/ConfigConstants.java    | 52 ++++++++++----------
 1 file changed, 26 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0030d6ab/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
----------------------------------------------------------------------
diff --git a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java b/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
index d0dd499..d1dcef5 100644
--- a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
+++ b/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
@@ -668,7 +668,7 @@ public final class ConfigConstants {
 	/**
 	 * The port for the runtime monitor web-frontend server.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_PORT} instead.
+	 * @deprecated Use {@link WebOptions#PORT} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_PORT_KEY = "jobmanager.web.port";
@@ -676,7 +676,7 @@ public final class ConfigConstants {
 	/**
 	 * Config parameter to override SSL support for the JobManager Web UI
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_SSL_ENABLED} instead.
+	 * @deprecated Use {@link WebOptions#SSL_ENABLED} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_SSL_ENABLED = "jobmanager.web.ssl.enabled";
@@ -684,7 +684,7 @@ public final class ConfigConstants {
 	/**
 	 * The config parameter defining the flink web directory to be used by the webmonitor.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_TMP_DIR} instead.
+	 * @deprecated Use {@link WebOptions#TMP_DIR} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_TMPDIR_KEY = "jobmanager.web.tmpdir";
@@ -693,7 +693,7 @@ public final class ConfigConstants {
 	 * The config parameter defining the directory for uploading the job jars. If not specified a dynamic directory
 	 * will be used under the directory specified by JOB_MANAGER_WEB_TMPDIR_KEY.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_UPLOAD_DIR} instead.
+	 * @deprecated Use {@link WebOptions#UPLOAD_DIR} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_UPLOAD_DIR_KEY = "jobmanager.web.upload.dir";
@@ -701,7 +701,7 @@ public final class ConfigConstants {
 	/**
 	 * The config parameter defining the number of archived jobs for the jobmanager
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_ARCHIVE_COUNT} instead.
+	 * @deprecated Use {@link WebOptions#ARCHIVE_COUNT} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_ARCHIVE_COUNT = "jobmanager.web.history";
@@ -709,7 +709,7 @@ public final class ConfigConstants {
 	/**
 	 * The log file location (may be in /log for standalone but under log directory when using YARN)
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_LOG_PATH} instead.
+	 * @deprecated Use {@link WebOptions#LOG_PATH} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_LOG_PATH_KEY = "jobmanager.web.log.path";
@@ -717,7 +717,7 @@ public final class ConfigConstants {
 	/**
 	 * Config parameter indicating whether jobs can be uploaded and run from the web-frontend.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_SUBMIT_ENABLE} instead.
+	 * @deprecated Use {@link WebOptions#SUBMIT_ENABLE} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_SUBMIT_ENABLED_KEY = "jobmanager.web.submit.enable";
@@ -733,7 +733,7 @@ public final class ConfigConstants {
 	/**
 	 * Config parameter defining the number of checkpoints to remember for recent history.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_CHECKPOINTS_HISTORY_SIZE} instead.
+	 * @deprecated Use {@link WebOptions#CHECKPOINTS_HISTORY_SIZE} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_CHECKPOINTS_HISTORY_SIZE = "jobmanager.web.checkpoints.history";
@@ -741,7 +741,7 @@ public final class ConfigConstants {
 	/**
 	 * Time after which cached stats are cleaned up if not accessed.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_BACKPRESSURE_CLEANUP_INTERVAL} instead.
+	 * @deprecated Use {@link WebOptions#BACKPRESSURE_CLEANUP_INTERVAL} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_BACK_PRESSURE_CLEAN_UP_INTERVAL = "jobmanager.web.backpressure.cleanup-interval";
@@ -749,7 +749,7 @@ public final class ConfigConstants {
 	/**
 	 * Time after which available stats are deprecated and need to be refreshed (by resampling).
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_BACKPRESSURE_REFRESH_INTERVAL} instead.
+	 * @deprecated Use {@link WebOptions#BACKPRESSURE_REFRESH_INTERVAL} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_BACK_PRESSURE_REFRESH_INTERVAL = "jobmanager.web.backpressure.refresh-interval";
@@ -757,7 +757,7 @@ public final class ConfigConstants {
 	/**
 	 * Number of stack trace samples to take to determine back pressure.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_BACKPRESSURE_NUM_SAMPLES} instead.
+	 * @deprecated Use {@link WebOptions#BACKPRESSURE_NUM_SAMPLES} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_BACK_PRESSURE_NUM_SAMPLES = "jobmanager.web.backpressure.num-samples";
@@ -765,7 +765,7 @@ public final class ConfigConstants {
 	/**
 	 * Delay between stack trace samples to determine back pressure.
 	 *
-	 * @deprecated Use {@link JobManagerOptions#WEB_BACKPRESSURE_DELAY} instead.
+	 * @deprecated Use {@link WebOptions#BACKPRESSURE_DELAY} instead.
 	 */
 	@Deprecated
 	public static final String JOB_MANAGER_WEB_BACK_PRESSURE_DELAY = "jobmanager.web.backpressure.delay-between-samples";
@@ -961,7 +961,7 @@ public final class ConfigConstants {
 	/**
 	 * State backend for checkpoints
 	 * 
-	 * @deprecated Use {@link CoreOptions#STATE_BACKEND} instead.
+	 * @deprecated Use {@link CheckpointingOptions#STATE_BACKEND} instead.
 	 */
 	@Deprecated
 	public static final String STATE_BACKEND = "state.backend";
@@ -1231,7 +1231,7 @@ public final class ConfigConstants {
 
 	/**
 	 * The default directory for savepoints.
-	 * @deprecated Use {@link CoreOptions#SAVEPOINT_DIRECTORY} instead.
+	 * @deprecated Use {@link CheckpointingOptions#SAVEPOINT_DIRECTORY} instead.
 	 */
 	@PublicEvolving
 	@Deprecated
@@ -1239,7 +1239,7 @@ public final class ConfigConstants {
 
 	/**
 	 * The default directory used for persistent checkpoints.
-	 * @deprecated Use {@link CoreOptions#CHECKPOINTS_DIRECTORY} instead.
+	 * @deprecated Use {@link CheckpointingOptions#CHECKPOINTS_DIRECTORY} instead.
 	 */
 	@PublicEvolving
 	@Deprecated
@@ -1248,7 +1248,7 @@ public final class ConfigConstants {
 	/**
 	 * @deprecated This key was used in Flink versions <= 1.1.X with the savepoint backend
 	 * configuration. We now always use the FileSystem for savepoints. For this,
-	 * the only relevant config key is {@link CoreOptions#SAVEPOINT_DIRECTORY}.
+	 * the only relevant config key is {@link CheckpointingOptions#SAVEPOINT_DIRECTORY}.
 	 */
 	@Deprecated
 	public static final String SAVEPOINT_FS_DIRECTORY_KEY = "savepoints.state.backend.fs.dir";
@@ -1560,7 +1560,7 @@ public final class ConfigConstants {
 	/**
 	 * The config key for the address of the JobManager web frontend.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_FRONTEND_ADDRESS} instead
+	 * @deprecated use {@link WebOptions#ADDRESS} instead
 	 */
 	@Deprecated
 	public static final ConfigOption<String> DEFAULT_JOB_MANAGER_WEB_FRONTEND_ADDRESS =
@@ -1571,7 +1571,7 @@ public final class ConfigConstants {
 	 * The config key for the port of the JobManager web frontend.
 	 * Setting this value to {@code -1} disables the web frontend.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_PORT} instead
+	 * @deprecated use {@link WebOptions#PORT} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT = 8081;
@@ -1579,7 +1579,7 @@ public final class ConfigConstants {
 	/**
 	 * Default value to override SSL support for the JobManager web UI
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_SSL_ENABLED} instead
+	 * @deprecated use {@link WebOptions#SSL_ENABLED} instead
 	 */
 	@Deprecated
 	public static final boolean DEFAULT_JOB_MANAGER_WEB_SSL_ENABLED = true;
@@ -1587,7 +1587,7 @@ public final class ConfigConstants {
 	/**
 	 * The default number of archived jobs for the jobmanager
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_ARCHIVE_COUNT} instead
+	 * @deprecated use {@link WebOptions#ARCHIVE_COUNT} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_ARCHIVE_COUNT = 5;
@@ -1595,7 +1595,7 @@ public final class ConfigConstants {
 	/**
 	 * By default, submitting jobs from the web-frontend is allowed.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_SUBMIT_ENABLE} instead
+	 * @deprecated use {@link WebOptions#SUBMIT_ENABLE} instead
 	 */
 	@Deprecated
 	public static final boolean DEFAULT_JOB_MANAGER_WEB_SUBMIT_ENABLED = true;
@@ -1607,7 +1607,7 @@ public final class ConfigConstants {
 	/**
 	 * Default number of checkpoints to remember for recent history.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_CHECKPOINTS_HISTORY_SIZE} instead
+	 * @deprecated use {@link WebOptions#CHECKPOINTS_HISTORY_SIZE} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_CHECKPOINTS_HISTORY_SIZE = 10;
@@ -1615,7 +1615,7 @@ public final class ConfigConstants {
 	/**
 	 * Time after which cached stats are cleaned up.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_CLEANUP_INTERVAL} instead
+	 * @deprecated use {@link WebOptions#BACKPRESSURE_CLEANUP_INTERVAL} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_BACK_PRESSURE_CLEAN_UP_INTERVAL = 10 * 60 * 1000;
@@ -1623,7 +1623,7 @@ public final class ConfigConstants {
 	/**
 	 * Time after which available stats are deprecated and need to be refreshed (by resampling).
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_REFRESH_INTERVAL} instead
+	 * @deprecated use {@link WebOptions#BACKPRESSURE_REFRESH_INTERVAL} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_BACK_PRESSURE_REFRESH_INTERVAL = 60 * 1000;
@@ -1631,7 +1631,7 @@ public final class ConfigConstants {
 	/**
 	 * Number of samples to take to determine back pressure.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_NUM_SAMPLES} instead
+	 * @deprecated use {@link WebOptions#BACKPRESSURE_NUM_SAMPLES} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_BACK_PRESSURE_NUM_SAMPLES = 100;
@@ -1639,7 +1639,7 @@ public final class ConfigConstants {
 	/**
 	 * Delay between samples to determine back pressure.
 	 *
-	 * @deprecated use {@link JobManagerOptions#WEB_BACKPRESSURE_DELAY} instead
+	 * @deprecated use {@link WebOptions#BACKPRESSURE_DELAY} instead
 	 */
 	@Deprecated
 	public static final int DEFAULT_JOB_MANAGER_WEB_BACK_PRESSURE_DELAY = 50;