public class ServiceParser extends Object
| Constructor and Description |
|---|
ServiceParser(String programName,
String description,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArgs(net.sourceforge.argparse4j.inf.ArgumentParser parser) |
protected FastForwardConfig |
ffwdConfig(net.sourceforge.argparse4j.inf.Namespace options) |
String |
getDomain() |
Boolean |
getInhibitMetrics() |
List<String> |
getKafkaBrokers() |
com.spotify.helios.common.LoggingConfig |
getLoggingConfig() |
String |
getName() |
net.sourceforge.argparse4j.inf.Namespace |
getNamespace() |
Boolean |
getNoZooKeeperRegistration() |
List<String> |
getPubsubPrefixes() |
String |
getSentryDsn() |
Path |
getServiceRegistrarPlugin() |
String |
getServiceRegistryAddress() |
Path |
getStateDirectory() |
String |
getStatsdHostPort() |
String |
getZooKeeperAclAgentUser() |
String |
getZooKeeperAclMasterUser() |
String |
getZooKeeperClusterId() |
int |
getZooKeeperConnectionTimeoutMillis() |
String |
getZooKeeperConnectString() |
boolean |
getZooKeeperEnableAcls() |
int |
getZooKeeperSessionTimeoutMillis() |
protected InetSocketAddress |
parseSocketAddress(String addressString) |
protected void addArgs(net.sourceforge.argparse4j.inf.ArgumentParser parser)
public net.sourceforge.argparse4j.inf.Namespace getNamespace()
public com.spotify.helios.common.LoggingConfig getLoggingConfig()
public String getDomain()
public String getServiceRegistryAddress()
public Path getServiceRegistrarPlugin()
public String getZooKeeperConnectString()
public String getSentryDsn()
public Boolean getInhibitMetrics()
public String getName()
public String getStatsdHostPort()
public int getZooKeeperConnectionTimeoutMillis()
public int getZooKeeperSessionTimeoutMillis()
public String getZooKeeperClusterId()
public Boolean getNoZooKeeperRegistration()
public boolean getZooKeeperEnableAcls()
public String getZooKeeperAclMasterUser()
public String getZooKeeperAclAgentUser()
public Path getStateDirectory()
protected InetSocketAddress parseSocketAddress(String addressString)
protected FastForwardConfig ffwdConfig(net.sourceforge.argparse4j.inf.Namespace options)
Copyright © 2017. All rights reserved.