Uses of Class
com.orbitz.consul.model.agent.ImmutableConfig
-
Packages that use ImmutableConfig Package Description com.orbitz.consul.model.agent -
-
Uses of ImmutableConfig in com.orbitz.consul.model.agent
Methods in com.orbitz.consul.model.agent that return ImmutableConfig Modifier and Type Method Description ImmutableConfigImmutableConfig.Builder. build()Builds a newImmutableConfig.static ImmutableConfigImmutableConfig. copyOf(Config instance)Creates an immutable copy of aConfigvalue.ImmutableConfigImmutableConfig. withDatacenter(java.lang.String value)Copy the current immutable object by setting a value for thedatacenterattribute.ImmutableConfigImmutableConfig. withNodeName(java.lang.String value)Copy the current immutable object by setting a value for thenodeNameattribute.ImmutableConfigImmutableConfig. withRevision(java.lang.String value)Copy the current immutable object by setting a value for therevisionattribute.ImmutableConfigImmutableConfig. withServer(boolean value)Copy the current immutable object by setting a value for theserverattribute.ImmutableConfigImmutableConfig. withVersion(java.lang.String value)Copy the current immutable object by setting a value for theversionattribute.
-