public enum BackendConfig extends Enum<BackendConfig>
| Enum Constant and Description |
|---|
INSTANCE |
public static final BackendConfig INSTANCE
public static BackendConfig[] values()
for (BackendConfig c : BackendConfig.values()) System.out.println(c);
public static BackendConfig valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getBackendHost()
public int getBackendPort()
public String getJmsHost()
public int getJmsPort()
public String getKafkaHost()
public int getKafkaPort()
public String getKafkaUrl()
public String getZookeeperHost()
public int getZookeeperPort()
public MessagingSettings getMessagingSettings()
public boolean isConfigured()
public void setKafkaHost(String s)
public void setZookeeperHost(String s)
public void setJmsHost(String s)
public void setMessagingSettings(MessagingSettings settings)
public void setIsConfigured(boolean b)
public String getElasticsearchHost()
public int getElasticsearchPort()
public String getElasticsearchProtocol()
public String getElasticsearchURL()
public String getKafkaRestHost()
public Integer getKafkaRestPort()
public String getKafkaRestUrl()
public String getAssetDir()
public String getDatalakeHost()
public int getDatalakePort()
public String getDataLakeUrl()
public String getInfluxHost()
public int getInfluxPort()
public String getInfluxUrl()
public String getInfluxDatabaseName()
public String getEncryptionKey()
Copyright © 2019. All rights reserved.