| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableConfig |
ImmutableConfig.Builder.build()
Builds a new
ImmutableConfig. |
static ImmutableConfig |
ImmutableConfig.copyOf(Config instance)
Creates an immutable copy of a
Config value. |
ImmutableConfig |
ImmutableConfig.withAdvertiseAddr(String value)
Copy the current immutable object by setting a value for the
advertiseAddr attribute. |
ImmutableConfig |
ImmutableConfig.withBindAddr(String value)
Copy the current immutable object by setting a value for the
bindAddr attribute. |
ImmutableConfig |
ImmutableConfig.withBootstrap(boolean value)
Copy the current immutable object by setting a value for the
bootstrap attribute. |
ImmutableConfig |
ImmutableConfig.withCaFile(String value)
Copy the current immutable object by setting a value for the
caFile attribute. |
ImmutableConfig |
ImmutableConfig.withCertFile(String value)
Copy the current immutable object by setting a value for the
certFile attribute. |
ImmutableConfig |
ImmutableConfig.withClientAddr(String value)
Copy the current immutable object by setting a value for the
clientAddr attribute. |
ImmutableConfig |
ImmutableConfig.withDatacenter(String value)
Copy the current immutable object by setting a value for the
datacenter attribute. |
ImmutableConfig |
ImmutableConfig.withDataDir(String value)
Copy the current immutable object by setting a value for the
dataDir attribute. |
ImmutableConfig |
ImmutableConfig.withDnsRecursor(String value)
Copy the current immutable object by setting a value for the
dnsRecursor attribute. |
ImmutableConfig |
ImmutableConfig.withDomain(String value)
Copy the current immutable object by setting a value for the
domain attribute. |
ImmutableConfig |
ImmutableConfig.withEnableDebug(boolean value)
Copy the current immutable object by setting a value for the
enableDebug attribute. |
ImmutableConfig |
ImmutableConfig.withEnableSyslog(boolean value)
Copy the current immutable object by setting a value for the
enableSyslog attribute. |
ImmutableConfig |
ImmutableConfig.withKeyFile(String value)
Copy the current immutable object by setting a value for the
keyFile attribute. |
ImmutableConfig |
ImmutableConfig.withLeaveOnTerm(boolean value)
Copy the current immutable object by setting a value for the
leaveOnTerm attribute. |
ImmutableConfig |
ImmutableConfig.withLogLevel(String value)
Copy the current immutable object by setting a value for the
logLevel attribute. |
ImmutableConfig |
ImmutableConfig.withNodeName(String value)
Copy the current immutable object by setting a value for the
nodeName attribute. |
ImmutableConfig |
ImmutableConfig.withPidFile(String value)
Copy the current immutable object by setting a value for the
pidFile attribute. |
ImmutableConfig |
ImmutableConfig.withPorts(Ports value)
Copy the current immutable object by setting a value for the
ports attribute. |
ImmutableConfig |
ImmutableConfig.withProtocol(int value)
Copy the current immutable object by setting a value for the
protocol attribute. |
ImmutableConfig |
ImmutableConfig.withRejoinAfterLeave(boolean value)
Copy the current immutable object by setting a value for the
rejoinAfterLeave attribute. |
ImmutableConfig |
ImmutableConfig.withServer(boolean value)
Copy the current immutable object by setting a value for the
server attribute. |
ImmutableConfig |
ImmutableConfig.withSkipLeaveOnInt(boolean value)
Copy the current immutable object by setting a value for the
skipLeaveOnInt attribute. |
ImmutableConfig |
ImmutableConfig.withStartJoin(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
startJoin. |
ImmutableConfig |
ImmutableConfig.withStartJoin(String... elements)
Copy the current immutable object with elements that replace the content of
startJoin. |
ImmutableConfig |
ImmutableConfig.withStatsiteAddr(com.google.common.base.Optional<String> optional)
Deprecated.
|
ImmutableConfig |
ImmutableConfig.withStatsiteAddr(String value)
Deprecated.
|
ImmutableConfig |
ImmutableConfig.withTelemetry(com.google.common.base.Optional<Telemetry> optional)
Copy the current immutable object by setting an optional value for the
telemetry attribute. |
ImmutableConfig |
ImmutableConfig.withTelemetry(Telemetry value)
Copy the current immutable object by setting a present value for the optional
telemetry attribute. |
ImmutableConfig |
ImmutableConfig.withUiDir(String value)
Copy the current immutable object by setting a value for the
uiDir attribute. |
ImmutableConfig |
ImmutableConfig.withVerifyIncoming(boolean value)
Copy the current immutable object by setting a value for the
verifyIncoming attribute. |
ImmutableConfig |
ImmutableConfig.withVerifyOutgoing(boolean value)
Copy the current immutable object by setting a value for the
verifyOutgoing attribute. |
Copyright © 2016. All rights reserved.