Uses of Class
com.orbitz.consul.option.PutOptions
-
Packages that use PutOptions Package Description com.orbitz.consul com.orbitz.consul.option -
-
Uses of PutOptions in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type PutOptions Modifier and Type Method Description booleanKeyValueClient. putValue(java.lang.String key, byte[] value, long flags, PutOptions putOptions)Puts a value into the key/value store.booleanKeyValueClient. putValue(java.lang.String key, java.lang.String value, long flags, PutOptions putOptions)Puts a value into the key/value store.booleanKeyValueClient. putValue(java.lang.String key, java.lang.String value, long flags, PutOptions putOptions, java.nio.charset.Charset charset)Puts a value into the key/value store. -
Uses of PutOptions in com.orbitz.consul.option
Subclasses of PutOptions in com.orbitz.consul.option Modifier and Type Class Description classImmutablePutOptionsImmutable implementation ofPutOptions.Fields in com.orbitz.consul.option declared as PutOptions Modifier and Type Field Description static PutOptionsPutOptions. BLANKMethods in com.orbitz.consul.option with parameters of type PutOptions Modifier and Type Method Description static ImmutablePutOptionsImmutablePutOptions. copyOf(PutOptions instance)Creates an immutable copy of aPutOptionsvalue.ImmutablePutOptions.BuilderImmutablePutOptions.Builder. from(PutOptions instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.PutOptionsinstance.
-