Package org.apache.pinot.spi.utils
Class CommonConstants.Helix.ZkClient
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Helix.ZkClient
-
- Enclosing class:
- CommonConstants.Helix
public static class CommonConstants.Helix.ZkClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CONNECT_TIMEOUT_MSstatic intDEFAULT_SESSION_TIMEOUT_MSstatic intRETRY_COUNTstatic intRETRY_INTERVAL_MSstatic StringZK_CLIENT_CONNECTION_TIMEOUT_MS_CONFIGstatic StringZK_CLIENT_SESSION_TIMEOUT_MS_CONFIG
-
Constructor Summary
Constructors Constructor Description ZkClient()
-
-
-
Field Detail
-
DEFAULT_CONNECT_TIMEOUT_MS
public static final int DEFAULT_CONNECT_TIMEOUT_MS
- See Also:
- Constant Field Values
-
DEFAULT_SESSION_TIMEOUT_MS
public static final int DEFAULT_SESSION_TIMEOUT_MS
- See Also:
- Constant Field Values
-
RETRY_INTERVAL_MS
public static final int RETRY_INTERVAL_MS
- See Also:
- Constant Field Values
-
RETRY_COUNT
public static final int RETRY_COUNT
- See Also:
- Constant Field Values
-
ZK_CLIENT_CONNECTION_TIMEOUT_MS_CONFIG
public static final String ZK_CLIENT_CONNECTION_TIMEOUT_MS_CONFIG
- See Also:
- Constant Field Values
-
ZK_CLIENT_SESSION_TIMEOUT_MS_CONFIG
public static final String ZK_CLIENT_SESSION_TIMEOUT_MS_CONFIG
- See Also:
- Constant Field Values
-
-