public class MasterConfig extends CommonConfiguration<MasterConfig>
| Constructor and Description |
|---|
MasterConfig() |
getKafkaBrokers, getPubsubPrefixes, setKafkaBrokers, setPubsubPrefixespublic String getDomain()
public MasterConfig setDomain(String domain)
public MasterConfig setName(String name)
public String getName()
public String getZooKeeperConnectionString()
public MasterConfig setZooKeeperConnectString(String zooKeeperConnectString)
public MasterConfig setZooKeeperSessionTimeoutMillis(int timeoutMillis)
public int getZooKeeperSessionTimeoutMillis()
public MasterConfig setZooKeeperConnectionTimeoutMillis(int timeoutMillis)
public int getZooKeeperConnectionTimeoutMillis()
public String getZooKeeperClusterId()
public MasterConfig setZooKeeperClusterId(String zooKeeperClusterId)
public boolean getNoZooKeeperMasterRegistration()
public MasterConfig setNoZooKeeperMasterRegistration(boolean noZooKeeperMasterRegistration)
public MasterConfig setInhibitMetrics(boolean inhibit)
public boolean isInhibitMetrics()
public MasterConfig setStatsdHostPort(String hostPort)
public String getStatsdHostPort()
public MasterConfig setServiceRegistryAddress(String address)
public String getServiceRegistryAddress()
public String getSentryDsn()
public MasterConfig setSentryDsn(String sentryDsn)
public Path getServiceRegistrarPlugin()
public MasterConfig setServiceRegistrarPlugin(Path serviceRegistrarPlugin)
public MasterConfig setAdminEndpoint(InetSocketAddress adminEndpoint)
public MasterConfig setHttpEndpoint(InetSocketAddress httpEndpoint)
public Path getStateDirectory()
public MasterConfig setStateDirectory(Path stateDirectory)
public InetSocketAddress getAdminEndpoint()
public InetSocketAddress getHttpEndpoint()
public MasterConfig setZooKeeperEnableAcls(boolean zooKeeperEnableAcls)
public boolean isZooKeeperEnableAcls()
public MasterConfig setZooKeeperAclAgentDigest(String zooKeeperAclAgentDigest)
public String getZooKeeperAclAgentDigest()
public MasterConfig setZooKeeperAclMasterPassword(String zooKeeperAclMasterPassword)
public String getZooKeeperAclMasterPassword()
public String getZookeeperAclMasterUser()
public MasterConfig setZookeeperAclMasterUser(String zookeeperAclMasterUser)
public String getZookeeperAclAgentUser()
public MasterConfig setZookeeperAclAgentUser(String zookeeperAclAgentUser)
public MasterConfig setAgentReapingTimeout(long agentReapingTimeout)
public long getAgentReapingTimeout()
public MasterConfig setJobRetention(long jobRetention)
public long getJobRetention()
public FastForwardConfig getFfwdConfig()
public MasterConfig setFfwdConfig(FastForwardConfig config)
public MasterConfig setWhitelistedCapabilities(Set<String> whitelistedCapabilities)
public boolean isJobHistoryReapingEnabled()
public MasterConfig setJobHistoryReapingEnabled(boolean jobHistoryReapingEnabled)
Copyright © 2017. All rights reserved.