ImmutableDebugConfig |
ImmutableDebugConfig.Builder.build() |
|
static ImmutableDebugConfig |
ImmutableDebugConfig.copyOf(DebugConfig instance) |
|
ImmutableDebugConfig |
ImmutableDebugConfig.withAdvertiseAddrLAN(java.lang.String value) |
Copy the current immutable object by setting a value for the advertiseAddrLAN attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withAdvertiseAddrWAN(java.lang.String value) |
Copy the current immutable object by setting a value for the advertiseAddrWAN attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withBindAddr(java.lang.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(java.lang.String value) |
Copy the current immutable object by setting a value for the caFile attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withCertFile(java.lang.String value) |
Copy the current immutable object by setting a value for the certFile attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withClientAddrs(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of clientAddrs.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withClientAddrs(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of clientAddrs.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a value for the datacenter attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withDataDir(java.lang.String value) |
Copy the current immutable object by setting a value for the dataDir attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsDomain(java.lang.String value) |
Copy the current immutable object by setting a value for the dnsDomain attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsRecursors(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of dnsRecursors.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withDnsRecursors(java.lang.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(java.lang.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(java.lang.String value) |
Copy the current immutable object by setting a value for the logLevel attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withNodeName(java.lang.String value) |
Copy the current immutable object by setting a value for the nodeName attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withPidFile(java.lang.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(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional uiDir attribute.
|
ImmutableDebugConfig |
ImmutableDebugConfig.withUiDir(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the 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.
|