public class ZkInfo extends Object implements Serializable
Constructor and Description |
---|
ZkInfo(String zkUrl,
String zkNode,
Integer sessionTimeoutMs,
Integer connectionTimeoutMs,
Long commitIntervalMs,
Integer retryAttempts,
Integer retryIntervalMs) |
Modifier and Type | Method and Description |
---|---|
Long |
getCommitIntervalMs() |
Integer |
getConnectionTimeoutMs() |
Integer |
getRetryAttempts() |
Integer |
getRetryIntervalMs() |
Integer |
getSessionTimeoutMs() |
String |
getZkNode() |
String |
getZkUrl() |
String |
toString() |
public String getZkUrl()
public String getZkNode()
public Integer getSessionTimeoutMs()
public Integer getConnectionTimeoutMs()
public Long getCommitIntervalMs()
public Integer getRetryAttempts()
public Integer getRetryIntervalMs()
Copyright © 2022 The Apache Software Foundation. All rights reserved.