| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfig.Builder |
ImmutableConfig.Builder.addAllStartJoin(Iterable<String> elements)
Adds elements to
startJoin list. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.addStartJoin(String... elements)
Adds elements to
startJoin list. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.addStartJoin(String element)
Adds one element to
startJoin list. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.advertiseAddr(String advertiseAddr)
Initializes the value for the
advertiseAddr attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.bindAddr(String bindAddr)
Initializes the value for the
bindAddr attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.bootstrap(boolean bootstrap)
Initializes the value for the
bootstrap attribute. |
static ImmutableConfig.Builder |
ImmutableConfig.builder()
Creates a builder for
ImmutableConfig. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.caFile(String caFile)
Initializes the value for the
caFile attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.certFile(String certFile)
Initializes the value for the
certFile attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.clientAddr(String clientAddr)
Initializes the value for the
clientAddr attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.datacenter(String datacenter)
Initializes the value for the
datacenter attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.dataDir(String dataDir)
Initializes the value for the
dataDir attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.dnsRecursor(String dnsRecursor)
Initializes the value for the
dnsRecursor attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.domain(String domain)
Initializes the value for the
domain attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.enableDebug(boolean enableDebug)
Initializes the value for the
enableDebug attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.enableSyslog(boolean enableSyslog)
Initializes the value for the
enableSyslog attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.from(Config instance)
Fill a builder with attribute values from the provided
Config instance. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.keyFile(String keyFile)
Initializes the value for the
keyFile attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.leaveOnTerm(boolean leaveOnTerm)
Initializes the value for the
leaveOnTerm attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.logLevel(String logLevel)
Initializes the value for the
logLevel attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.nodeName(String nodeName)
Initializes the value for the
nodeName attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.pidFile(String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.ports(Ports ports)
Initializes the value for the
ports attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.protocol(int protocol)
Initializes the value for the
protocol attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.rejoinAfterLeave(boolean rejoinAfterLeave)
Initializes the value for the
rejoinAfterLeave attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.server(boolean server)
Initializes the value for the
server attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.skipLeaveOnInt(boolean skipLeaveOnInt)
Initializes the value for the
skipLeaveOnInt attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.startJoin(Iterable<String> elements)
Sets or replaces all elements for
startJoin list. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.statsiteAddr(com.google.common.base.Optional<String> statsiteAddr)
Deprecated.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.statsiteAddr(String statsiteAddr)
Deprecated.
|
ImmutableConfig.Builder |
ImmutableConfig.Builder.telemetry(com.google.common.base.Optional<Telemetry> telemetry)
Initializes the optional value
telemetry to telemetry. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.telemetry(Telemetry telemetry)
Initializes the optional value
telemetry to telemetry. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.uiDir(String uiDir)
Initializes the value for the
uiDir attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.verifyIncoming(boolean verifyIncoming)
Initializes the value for the
verifyIncoming attribute. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.verifyOutgoing(boolean verifyOutgoing)
Initializes the value for the
verifyOutgoing attribute. |
Copyright © 2016. All rights reserved.