public enum BackendConfig extends Enum<BackendConfig>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackendHost() |
int |
getBackendPort() |
String |
getElasticsearchHost() |
int |
getElasticsearchPort() |
String |
getElasticsearchProtocol() |
String |
getElasticsearchURL() |
String |
getJmsHost() |
int |
getJmsPort() |
String |
getKafkaHost() |
int |
getKafkaPort() |
String |
getKafkaRestHost() |
Integer |
getKafkaRestPort() |
String |
getKafkaRestUrl() |
String |
getKafkaUrl() |
String |
getZookeeperHost() |
int |
getZookeeperPort() |
boolean |
isConfigured() |
void |
setIsConfigured(boolean b) |
void |
setJmsHost(String s) |
void |
setKafkaHost(String s) |
void |
setZookeeperHost(String s) |
static BackendConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 boolean isConfigured()
public void setKafkaHost(String s)
public void setZookeeperHost(String s)
public void setJmsHost(String s)
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()
Copyright © 2018. All rights reserved.