public class ServiceConfiguration extends Object implements PulsarConfiguration
| Constructor and Description |
|---|
ServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBookkeeperHealthCheckIntervalSec() |
int |
getBrokerDeleteInactiveTopicsMaxInactiveDurationSeconds() |
Optional<Integer> |
getBrokerServicePort() |
Optional<Integer> |
getBrokerServicePortTls() |
String |
getConfigurationStoreServers() |
String |
getGlobalZookeeperServers()
Deprecated.
|
Optional<Double> |
getLoadBalancerOverrideBrokerNicSpeedGbps() |
Properties |
getProperties() |
Object |
getProperty(String key) |
Optional<Integer> |
getWebServicePort() |
Optional<Integer> |
getWebServicePortTls() |
boolean |
isDefaultTopicTypePartitioned() |
void |
setConfigurationStoreServers(String configurationStoreServers) |
void |
setGlobalZookeeperServers(String globalZookeeperServers)
Deprecated.
|
void |
setProperties(Properties properties) |
@Deprecated public String getGlobalZookeeperServers()
getConfigurationStoreServers()@Deprecated public void setGlobalZookeeperServers(String globalZookeeperServers)
setConfigurationStoreServers(String)public String getConfigurationStoreServers()
public void setConfigurationStoreServers(String configurationStoreServers)
public Properties getProperties()
getProperties in interface PulsarConfigurationpublic void setProperties(Properties properties)
setProperties in interface PulsarConfigurationpublic Optional<Double> getLoadBalancerOverrideBrokerNicSpeedGbps()
public int getBookkeeperHealthCheckIntervalSec()
public boolean isDefaultTopicTypePartitioned()
public int getBrokerDeleteInactiveTopicsMaxInactiveDurationSeconds()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.