public class OrchestratorConfig extends Object implements Config
stand-alone development
, in
AWS cloud
, etc.)Modifier and Type | Field and Description |
---|---|
private String |
awsAccessKey |
private int |
awsDefaultTtlPeerCheckMinutes |
private int |
awsFallbackNumberOfPeers |
private String |
awsRoleToAssume |
private String |
awsSecretKey |
private Map<String,String> |
awsTagsOverride |
private String |
bElbName |
private String |
bLeaderIp |
static int |
DEFAULT_AWS_FALLBACK_NUMBER_OF_PEERS |
static int |
DEFAULT_AWS_TTL_PEER_CHECK_MINUTES |
private String |
deployType |
private String |
lot49ElbName |
private String |
lot49LeaderIp |
private static long |
serialVersionUID |
private String |
staticNodeId |
private String |
tagName |
Constructor and Description |
---|
OrchestratorConfig() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private static final long serialVersionUID
public static final int DEFAULT_AWS_FALLBACK_NUMBER_OF_PEERS
private int awsFallbackNumberOfPeers
public static final int DEFAULT_AWS_TTL_PEER_CHECK_MINUTES
private int awsDefaultTtlPeerCheckMinutes
private String awsRoleToAssume
private String deployType
private String staticNodeId
private String tagName
private String lot49ElbName
private String bElbName
private String lot49LeaderIp
private String bLeaderIp
private String awsSecretKey
private String awsAccessKey
public int getAwsFallbackNumberOfPeers()
Number of peers
to use if an AWS API call fails.
If this number is negative, maybe indeed fail out.public void setAwsFallbackNumberOfPeers(int awsFallbackNumberOfPeers)
public int getAwsDefaultTtlPeerCheckMinutes()
public void setAwsDefaultTtlPeerCheckMinutes(int awsDefaultTtlPeerCheckMinutes)
public String getAwsRoleToAssume()
public void setAwsRoleToAssume(String awsRoleToAssume)
public String getDeployType()
public void setDeployType(String deployType)
public String getStaticNodeId()
public void setStaticNodeId(String staticNodeId)
public String getLot49LeaderIp()
public void setLot49LeaderIp(String lot49LeaderIp)
public String getbLeaderIp()
public void setbLeaderIp(String bLeaderIp)
public String getTagName()
getLot49ElbName()
or getbElbName()
public void setTagName(String tagName)
public String getLot49ElbName()
public void setLot49ElbName(String lot49ElbName)
public String getbElbName()
public void setbElbName(String bElbName)
public String getAwsSecretKey()
public void setAwsSecretKey(String awsSecretKey)
public String getAwsAccessKey()
public void setAwsAccessKey(String awsAccessKey)