com.vip.saturn.job.console.service.helper.SystemConfigProperties Maven / Gradle / Ivy
/**
* Copyright 2016 vip.com.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
**/
package com.vip.saturn.job.console.service.helper;
/**
* @author hebelala
*/
public class SystemConfigProperties {
public static final String CONTAINER_SENSITIVE_PARAMS = "CONTAINER_SENSITIVE_PARAMS";
public static final String MAX_JOB_NUM = "MAX_JOB_NUM";
public static final String MAX_SECONDS_FORCE_KILL_EXECUTOR = "MAX_SECONDS_FORCE_KILL_EXECUTOR";
public static final String MAX_ZNODE_DATA_LENGTH = "MAX_ZNODE_DATA_LENGTH";
public static final String CONSOLE_ZK_CLUSTER_MAPPING = "CONSOLE_ZK_CLUSTER_MAPPING";
public static final String IDC_CONSOLE_DOMAIN_MAPPING = "IDC_CONSOLE_DOMAIN_MAPPING";
public static final String IDC_ZK_CLUSTER_MAPPING = "IDC_ZK_CLUSTER_MAPPING";
public static final String IDC_CONSOLE_ID_MAPPING = "IDC_CONSOLE_ID_MAPPING";
public static final String INTERVAL_TIME_OF_ENABLED_REPORT = "INTERVAL_TIME_OF_ENABLED_REPORT";
public static final String REFRESH_REGISTRY_CENTER_UUID = "REFRESH_REGISTRY_CENTER_UUID";
public static final String AUTHORIZATION_ENABLED = "AUTHORIZATION_ENABLED";
/**
* Executor全局配置
*/
public static final String EXECUTOR_CONFIGS = "EXECUTOR_CONFIGS";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy