public class ClusterDataImpl extends Object implements ClusterData
| Constructor and Description |
|---|
ClusterDataImpl(String serviceUrl) |
ClusterDataImpl(String serviceUrl,
String serviceUrlTls) |
ClusterDataImpl(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls) |
ClusterDataImpl(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls,
String authenticationPlugin,
String authenticationParameters) |
ClusterDataImpl(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls,
String authenticationPlugin,
String authenticationParameters,
String listenerName) |
ClusterDataImpl(String serviceUrl,
String serviceUrlTls,
String brokerServiceUrl,
String brokerServiceUrlTls,
String proxyServiceUrl,
String authenticationPlugin,
String authenticationParameters,
ProxyProtocol proxyProtocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(ClusterDataImpl other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthenticationParameters, getAuthenticationPlugin, getBrokerClientTlsTrustStore, getBrokerClientTlsTrustStorePassword, getBrokerClientTlsTrustStoreType, getBrokerClientTrustCertsFilePath, getBrokerServiceUrl, getBrokerServiceUrlTls, getListenerName, getPeerClusterNames, getProxyProtocol, getProxyServiceUrl, getServiceUrl, getServiceUrlTls, isBrokerClientTlsEnabled, isBrokerClientTlsEnabledWithKeyStore, isTlsAllowInsecureConnection, setAuthenticationParameters, setAuthenticationPlugin, setBrokerClientTlsEnabled, setBrokerClientTlsEnabledWithKeyStore, setBrokerClientTlsTrustStore, setBrokerClientTlsTrustStorePassword, setBrokerClientTlsTrustStoreType, setBrokerClientTrustCertsFilePath, setBrokerServiceUrl, setBrokerServiceUrlTls, setListenerName, setPeerClusterNames, setProxyProtocol, setProxyServiceUrl, setServiceUrl, setServiceUrlTls, setTlsAllowInsecureConnectionpublic ClusterDataImpl(String serviceUrl)
public ClusterDataImpl(String serviceUrl, String serviceUrlTls, String brokerServiceUrl, String brokerServiceUrlTls)
public ClusterDataImpl(String serviceUrl, String serviceUrlTls, String brokerServiceUrl, String brokerServiceUrlTls, String authenticationPlugin, String authenticationParameters)
public ClusterDataImpl(String serviceUrl, String serviceUrlTls, String brokerServiceUrl, String brokerServiceUrlTls, String authenticationPlugin, String authenticationParameters, String listenerName)
public void update(ClusterDataImpl other)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.