Uses of Class
org.kiwiproject.consul.option.PutOptions
Packages that use PutOptions
-
Uses of PutOptions in org.kiwiproject.consul
Methods in org.kiwiproject.consul with parameters of type PutOptionsModifier and TypeMethodDescriptionbooleanKeyValueClient.putValue(String key, byte[] value, long flags, PutOptions putOptions) Puts a value into the key/value store.booleanKeyValueClient.putValue(String key, String value, long flags, PutOptions putOptions) Puts a value into the key/value store.booleanKeyValueClient.putValue(String key, String value, long flags, PutOptions putOptions, Charset charset) Puts a value into the key/value store. -
Uses of PutOptions in org.kiwiproject.consul.option
Subclasses of PutOptions in org.kiwiproject.consul.optionFields in org.kiwiproject.consul.option declared as PutOptionsMethods in org.kiwiproject.consul.option with parameters of type PutOptionsModifier and TypeMethodDescriptionstatic ImmutablePutOptionsImmutablePutOptions.copyOf(PutOptions instance) Creates an immutable copy of aPutOptionsvalue.ImmutablePutOptions.Builder.from(PutOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.PutOptionsinstance.