public class ServiceConfiguration extends Object implements PulsarConfiguration
| Constructor and Description |
|---|
ServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBookkeeperMetadataStoreUrl() |
int |
getBrokerDeleteInactiveTopicsMaxInactiveDurationSeconds() |
String |
getConfigurationMetadataStoreUrl() |
String |
getMetadataStoreUrl() |
Properties |
getProperties() |
Object |
getProperty(String key) |
boolean |
isBookkeeperMetadataStoreSeparated() |
boolean |
isConfigurationStoreSeparated() |
boolean |
isDefaultTopicTypePartitioned() |
void |
setProperties(Properties properties) |
public String getMetadataStoreUrl()
public String getConfigurationMetadataStoreUrl()
public boolean isConfigurationStoreSeparated()
public boolean isBookkeeperMetadataStoreSeparated()
public String getBookkeeperMetadataStoreUrl()
public Properties getProperties()
getProperties in interface PulsarConfigurationpublic void setProperties(Properties properties)
setProperties in interface PulsarConfigurationpublic boolean isDefaultTopicTypePartitioned()
public int getBrokerDeleteInactiveTopicsMaxInactiveDurationSeconds()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.