Uses of Class
org.kiwiproject.consul.model.kv.Value
Packages that use Value
-
Uses of Value in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type ValueModifier and TypeMethodDescriptionKeyValueClient.getConsulResponseWithValue(String key) Retrieves aConsulResponsewith theValuefor a specific key from the key/value storeKeyValueClient.getConsulResponseWithValue(String key, QueryOptions queryOptions) Returns aConsulResponsefor a specific key from the kv store.KeyValueClient.getConsulResponseWithValues(String key) Retrieves aConsulResponsewith a list ofValueobjects along with consul response headers for a specific key from the key/value store.KeyValueClient.getConsulResponseWithValues(String key, QueryOptions queryOptions) Retrieves aConsulResponsewith a list ofValueobjects along with consul response headers for a specific key from the key/value store.Retrieves aValuefor a specific key from the key/value store.KeyValueClient.getValue(String key, QueryOptions queryOptions) Retrieves aValuefor a specific key from the key/value store.Retrieves a list ofValueobjects for a specific key from the key/value store.KeyValueClient.getValues(String key, QueryOptions queryOptions) Retrieves a list ofValueobjects for a specific key from the key/value store.Method parameters in org.kiwiproject.consul with type arguments of type ValueModifier and TypeMethodDescriptionvoidKeyValueClient.getValue(String key, QueryOptions queryOptions, ConsulResponseCallback<Optional<Value>> callback) Asynchronously retrieves aValuefor a specific key from the key/value store.voidKeyValueClient.getValues(String key, QueryOptions queryOptions, ConsulResponseCallback<List<Value>> callback) Asynchronously retrieves a list ofValueobjects for a specific key from the key/value store. -
Uses of Value in org.kiwiproject.consul.model.kv
Subclasses of Value in org.kiwiproject.consul.model.kvMethods in org.kiwiproject.consul.model.kv that return types with arguments of type ValueMethods in org.kiwiproject.consul.model.kv with parameters of type ValueModifier and TypeMethodDescriptionstatic ImmutableValueCreates an immutable copy of aValuevalue.final ImmutableValue.BuilderFill a builder with attribute values from the providedValueinstance.Method parameters in org.kiwiproject.consul.model.kv with type arguments of type ValueModifier and TypeMethodDescriptionImmutableTxResponse.Builder.addAllResults(Iterable<? extends Map<String, Value>> elements) Adds elements toresultslist.ImmutableTxResponse.Builder.addResults(Map<String, Value> element) Adds one element toresultslist.Sets or replaces all elements forresultslist.final ImmutableTxResponseImmutableTxResponse.withResults(Iterable<? extends Map<String, Value>> elements) Copy the current immutable object with elements that replace the content ofresults.