public interface ClusterData
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterData.Builder |
builder() |
ClusterData.Builder |
clone() |
String |
getAuthenticationParameters() |
String |
getAuthenticationPlugin() |
String |
getBrokerClientTlsTrustStore() |
String |
getBrokerClientTlsTrustStorePassword() |
String |
getBrokerClientTlsTrustStoreType() |
String |
getBrokerClientTrustCertsFilePath() |
String |
getBrokerServiceUrl() |
String |
getBrokerServiceUrlTls() |
String |
getListenerName() |
LinkedHashSet<String> |
getPeerClusterNames() |
ProxyProtocol |
getProxyProtocol() |
String |
getProxyServiceUrl() |
String |
getServiceUrl() |
String |
getServiceUrlTls() |
boolean |
isBrokerClientTlsEnabled() |
boolean |
isBrokerClientTlsEnabledWithKeyStore() |
boolean |
isTlsAllowInsecureConnection() |
String getServiceUrl()
String getServiceUrlTls()
String getBrokerServiceUrl()
String getBrokerServiceUrlTls()
String getProxyServiceUrl()
ProxyProtocol getProxyProtocol()
LinkedHashSet<String> getPeerClusterNames()
String getAuthenticationPlugin()
String getAuthenticationParameters()
boolean isBrokerClientTlsEnabled()
boolean isTlsAllowInsecureConnection()
boolean isBrokerClientTlsEnabledWithKeyStore()
String getBrokerClientTlsTrustStoreType()
String getBrokerClientTlsTrustStore()
String getBrokerClientTlsTrustStorePassword()
String getBrokerClientTrustCertsFilePath()
String getListenerName()
ClusterData.Builder clone()
static ClusterData.Builder builder()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.