| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDebugConfig |
ImmutableDebugConfig.Builder.build()
Builds a new
ImmutableDebugConfig. |
static ImmutableDebugConfig |
ImmutableDebugConfig.copyOf(DebugConfig instance)
Creates an immutable copy of a
DebugConfig value. |
ImmutableDebugConfig |
ImmutableDebugConfig.withAdvertiseAddrLAN(String value)
Copy the current immutable object by setting a value for the
advertiseAddrLAN attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withAdvertiseAddrWAN(String value)
Copy the current immutable object by setting a value for the
advertiseAddrWAN attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withBindAddr(String value)
Copy the current immutable object by setting a value for the
bindAddr attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withBootstrap(boolean value)
Copy the current immutable object by setting a value for the
bootstrap attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withCaFile(String value)
Copy the current immutable object by setting a value for the
caFile attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withCertFile(String value)
Copy the current immutable object by setting a value for the
certFile attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withClientAddrs(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
clientAddrs. |
ImmutableDebugConfig |
ImmutableDebugConfig.withClientAddrs(String... elements)
Copy the current immutable object with elements that replace the content of
clientAddrs. |
ImmutableDebugConfig |
ImmutableDebugConfig.withDatacenter(String value)
Copy the current immutable object by setting a value for the
datacenter attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withDataDir(String value)
Copy the current immutable object by setting a value for the
dataDir attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsDomain(String value)
Copy the current immutable object by setting a value for the
dnsDomain attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsRecursors(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
dnsRecursors. |
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsRecursors(String... elements)
Copy the current immutable object with elements that replace the content of
dnsRecursors. |
ImmutableDebugConfig |
ImmutableDebugConfig.withEnableDebug(boolean value)
Copy the current immutable object by setting a value for the
enableDebug attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withEnableSyslog(boolean value)
Copy the current immutable object by setting a value for the
enableSyslog attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withKeyFile(String value)
Copy the current immutable object by setting a value for the
keyFile attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withLeaveOnTerm(boolean value)
Copy the current immutable object by setting a value for the
leaveOnTerm attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withLogLevel(String value)
Copy the current immutable object by setting a value for the
logLevel attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withNodeName(String value)
Copy the current immutable object by setting a value for the
nodeName attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withRejoinAfterLeave(boolean value)
Copy the current immutable object by setting a value for the
rejoinAfterLeave attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withSkipLeaveOnInt(boolean value)
Copy the current immutable object by setting a value for the
skipLeaveOnInt attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withUiDir(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
uiDir attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withUiDir(String value)
Copy the current immutable object by setting a present value for the optional
uiDir attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withVerifyIncoming(boolean value)
Copy the current immutable object by setting a value for the
verifyIncoming attribute. |
ImmutableDebugConfig |
ImmutableDebugConfig.withVerifyOutgoing(boolean value)
Copy the current immutable object by setting a value for the
verifyOutgoing attribute. |
Copyright © 2018. All rights reserved.