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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBrokerServiceUrl() |
String |
getBrokerServiceUrlTls() |
LinkedHashSet<String> |
getPeerClusterNames() |
String |
getServiceUrl() |
String |
getServiceUrlTls() |
int |
hashCode() |
void |
setBrokerServiceUrl(String brokerServiceUrl) |
void |
setBrokerServiceUrlTls(String brokerServiceUrlTls) |
void |
setPeerClusterNames(LinkedHashSet<String> peerClusterNames) |
void |
setServiceUrl(String serviceUrl) |
void |
setServiceUrlTls(String serviceUrlTls) |
String |
toString() |
void |
update(ClusterData other) |
public ClusterData()
public ClusterData(String serviceUrl)
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 LinkedHashSet<String> getPeerClusterNames()
public void setPeerClusterNames(LinkedHashSet<String> peerClusterNames)
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.