类 ClusterDataImpl
java.lang.Object
org.apache.pulsar.common.policies.data.ClusterDataImpl
- 所有已实现的接口:
Cloneable,ClusterData
The configuration data for a cluster.
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 org.apache.pulsar.common.policies.data.ClusterData
ClusterData.Builder -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明builder()voidCheck cluster data properties by rule, if some property is illegal, it will throwIllegalArgumentException.clone()从类继承的方法 java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.ClusterData
getAuthenticationParameters, getAuthenticationPlugin, getBrokerClientCertificateFilePath, getBrokerClientKeyFilePath, getBrokerClientTlsKeyStore, getBrokerClientTlsKeyStorePassword, getBrokerClientTlsKeyStoreType, getBrokerClientTlsTrustStore, getBrokerClientTlsTrustStorePassword, getBrokerClientTlsTrustStoreType, getBrokerClientTrustCertsFilePath, getBrokerServiceUrl, getBrokerServiceUrlTls, getListenerName, getPeerClusterNames, getProxyProtocol, getProxyServiceUrl, getServiceUrl, getServiceUrlTls, isBrokerClientTlsEnabled, isBrokerClientTlsEnabledWithKeyStore, isTlsAllowInsecureConnection
-
构造器详细资料
-
ClusterDataImpl
public ClusterDataImpl()
-
-
方法详细资料
-
builder
-
clone
- 指定者:
clone在接口中ClusterData- 覆盖:
clone在类中Object
-
checkPropertiesIfPresent
Check cluster data properties by rule, if some property is illegal, it will throwIllegalArgumentException.- 抛出:
IllegalArgumentException- exist illegal property.
-