public enum ZookeeperPropertyKey extends Enum<ZookeeperPropertyKey> implements org.apache.shardingsphere.infra.util.props.TypedPropertyKey
| 枚举常量和说明 |
|---|
DIGEST
ZooKeeper client connection authorization schema name.
|
MAX_RETRIES
Max Retry times when connect with ZooKeeper curator client.
|
OPERATION_TIMEOUT_MILLISECONDS
ZooKeeper client operation timeout value.
|
RETRY_INTERVAL_MILLISECONDS
Retry interval milliseconds when connect with ZooKeeper curator client.
|
TIME_TO_LIVE_SECONDS
ZooKeeper client session timeout value.
|
public static final ZookeeperPropertyKey RETRY_INTERVAL_MILLISECONDS
public static final ZookeeperPropertyKey MAX_RETRIES
public static final ZookeeperPropertyKey TIME_TO_LIVE_SECONDS
public static final ZookeeperPropertyKey OPERATION_TIMEOUT_MILLISECONDS
public static final ZookeeperPropertyKey DIGEST
public static ZookeeperPropertyKey[] values()
for (ZookeeperPropertyKey c : ZookeeperPropertyKey.values()) System.out.println(c);
public static ZookeeperPropertyKey valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022 The Apache Software Foundation. All rights reserved.