| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addAllClientAddrs(Iterable<String> elements)
Adds elements to
clientAddrs list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addAllDnsRecursors(Iterable<String> elements)
Adds elements to
dnsRecursors list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addClientAddrs(String... elements)
Adds elements to
clientAddrs list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addClientAddrs(String element)
Adds one element to
clientAddrs list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addDnsRecursors(String... elements)
Adds elements to
dnsRecursors list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.addDnsRecursors(String element)
Adds one element to
dnsRecursors list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.advertiseAddrLAN(String advertiseAddrLAN)
Initializes the value for the
advertiseAddrLAN attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.advertiseAddrWAN(String advertiseAddrWAN)
Initializes the value for the
advertiseAddrWAN attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.bindAddr(String bindAddr)
Initializes the value for the
bindAddr attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.bootstrap(boolean bootstrap)
Initializes the value for the
bootstrap attribute. |
static ImmutableDebugConfig.Builder |
ImmutableDebugConfig.builder()
Creates a builder for
ImmutableDebugConfig. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.caFile(String caFile)
Initializes the value for the
caFile attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.certFile(String certFile)
Initializes the value for the
certFile attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.clientAddrs(Iterable<String> elements)
Sets or replaces all elements for
clientAddrs list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.datacenter(String datacenter)
Initializes the value for the
datacenter attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.dataDir(String dataDir)
Initializes the value for the
dataDir attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.dnsDomain(String dnsDomain)
Initializes the value for the
dnsDomain attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.dnsRecursors(Iterable<String> elements)
Sets or replaces all elements for
dnsRecursors list. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.enableDebug(boolean enableDebug)
Initializes the value for the
enableDebug attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.enableSyslog(boolean enableSyslog)
Initializes the value for the
enableSyslog attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.from(DebugConfig instance)
Fill a builder with attribute values from the provided
DebugConfig instance. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.keyFile(String keyFile)
Initializes the value for the
keyFile attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.leaveOnTerm(boolean leaveOnTerm)
Initializes the value for the
leaveOnTerm attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.logLevel(String logLevel)
Initializes the value for the
logLevel attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.nodeName(String nodeName)
Initializes the value for the
nodeName attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.pidFile(String pidFile)
Initializes the value for the
pidFile attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.rejoinAfterLeave(boolean rejoinAfterLeave)
Initializes the value for the
rejoinAfterLeave attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.skipLeaveOnInt(boolean skipLeaveOnInt)
Initializes the value for the
skipLeaveOnInt attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.uiDir(Optional<String> uiDir)
Initializes the optional value
uiDir to uiDir. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.uiDir(String uiDir)
Initializes the optional value
uiDir to uiDir. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.verifyIncoming(boolean verifyIncoming)
Initializes the value for the
verifyIncoming attribute. |
ImmutableDebugConfig.Builder |
ImmutableDebugConfig.Builder.verifyOutgoing(boolean verifyOutgoing)
Initializes the value for the
verifyOutgoing attribute. |
Copyright © 2019. All rights reserved.