All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.huawei.registry.config.PropertyKeyConst Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
/*
 * Copyright (C) 2022-2022 Huawei Technologies Co., Ltd. All rights reserved.
 *
 * 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.huawei.registry.config;

/**
 * nacos注册参数静态常量
 *
 * @author chengyouling
 * @since 2022-10-25
 */
public class PropertyKeyConst {
    /**
     * 冒号
     */
    public static final String HTTP_URL_COLON = ":";

    /**
     * 节点
     */
    public static final String ENDPOINT = "endpoint";

    /**
     * 节点端口
     */
    public static final String ENDPOINT_PORT = "endpointPort";

    /**
     * 命名空间
     */
    public static final String NAMESPACE = "namespace";

    /**
     * 用户名
     */
    public static final String USERNAME = "username";

    /**
     * 用户密码
     */
    public static final String PASSWORD = "password";

    /**
     * ak值
     */
    public static final String ACCESS_KEY = "accessKey";

    /**
     * sk值
     */
    public static final String SECRET_KEY = "secretKey";

    /**
     * 服务地址
     */
    public static final String SERVER_ADDR = "serverAddr";

    /**
     * 集群名称
     */
    public static final String CLUSTER_NAME = "clusterName";

    /**
     * 开始是否naming加载缓存
     */
    public static final String NAMING_LOAD_CACHE_AT_START = "namingLoadCacheAtStart";

    /**
     * nacos日志文件名
     */
    public static final String NACOS_NAMING_LOG_NAME = "com.alibaba.nacos.naming.log.filename";

    /**
     * 构造方法
     */
    private PropertyKeyConst() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy