public class ClusterData extends Object
| Constructor and Description |
|---|
ClusterData() |
ClusterData(String serviceUrl) |
ClusterData(String serviceUrl,
String serviceUrlTls) |
ClusterData(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls) |
ClusterData(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls,
String proxyServiceUrl,
ProxyProtocol proxyProtocol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBrokerServiceUrl() |
String |
getBrokerServiceUrlTls() |
LinkedHashSet<String> |
getPeerClusterNames() |
ProxyProtocol |
getProxyProtocol() |
String |
getProxyServiceUrl() |
String |
getServiceUrl() |
String |
getServiceUrlTls() |
int |
hashCode() |
void |
setBrokerServiceUrl(String brokerServiceUrl) |
void |
setBrokerServiceUrlTls(String brokerServiceUrlTls) |
void |
setPeerClusterNames(LinkedHashSet<String> peerClusterNames) |
void |
setProxyProtocol(ProxyProtocol proxyProtocol) |
void |
setProxyServiceUrl(String proxyServiceUrl) |
void |
setServiceUrl(String serviceUrl) |
void |
setServiceUrlTls(String serviceUrlTls) |
String |
toString() |
void |
update(ClusterData other) |
public ClusterData()
public ClusterData(String serviceUrl)
public ClusterData(String serviceUrl, String serviceUrlTls, String brokerServiceUrl, String brokerServiceUrlTls)
public void update(ClusterData other)
public String getServiceUrl()
public String getServiceUrlTls()
public void setServiceUrl(String serviceUrl)
public void setServiceUrlTls(String serviceUrlTls)
public String getBrokerServiceUrl()
public void setBrokerServiceUrl(String brokerServiceUrl)
public String getBrokerServiceUrlTls()
public void setBrokerServiceUrlTls(String brokerServiceUrlTls)
public String getProxyServiceUrl()
public void setProxyServiceUrl(String proxyServiceUrl)
public ProxyProtocol getProxyProtocol()
public void setProxyProtocol(ProxyProtocol proxyProtocol)
public LinkedHashSet<String> getPeerClusterNames()
public void setPeerClusterNames(LinkedHashSet<String> peerClusterNames)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.