Uses of Class
io.vertx.ext.consul.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return KeyValueModifier and TypeMethodDescriptionKeyValue.setCreateIndex(long createIndex) Set the internal index value that represents when the entry was created.KeyValue.setFlags(long flags) Set the flags attached to this entry.Set the keyKeyValue.setLockIndex(long lockIndex) Set the number of times this key has successfully been acquired in a lock.KeyValue.setModifyIndex(long modifyIndex) Set the last index that modified this key.KeyValue.setSession(String session) Set the session that owns the lockSet the valueMethods in io.vertx.ext.consul that return types with arguments of type KeyValueModifier and TypeMethodDescriptionKeyValueList.getList()Get list of key/value pairsReturns key/value pair that corresponding to the specified key.ConsulClient.getValueWithOptions(String key, BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key.CreatesWatchto monitoring a specific key in the KV store.Watch.key(String key, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a specific key in the KV store.Method parameters in io.vertx.ext.consul with type arguments of type KeyValueModifier and TypeMethodDescriptionSet list of key/value pairsConstructors in io.vertx.ext.consul with parameters of type KeyValue -
Uses of KeyValue in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type KeyValueModifier and TypeMethodDescriptionReturns key/value pair that corresponding to the specified key.ConsulClient.getValueWithOptions(String key, BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key.CreatesWatchto monitoring a specific key in the KV store.Watch.key(String key, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a specific key in the KV store.ConsulClient.rxGetValue(String key) Returns key/value pair that corresponding to the specified key.ConsulClient.rxGetValueWithOptions(String key, BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key. -
Uses of KeyValue in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type KeyValueModifier and TypeMethodDescriptionReturns key/value pair that corresponding to the specified key.ConsulClient.getValueWithOptions(String key, BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key.CreatesWatchto monitoring a specific key in the KV store.Watch.key(String key, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a specific key in the KV store.ConsulClient.rxGetValue(String key) Returns key/value pair that corresponding to the specified key.ConsulClient.rxGetValueWithOptions(String key, BlockingQueryOptions options) Returns key/value pair that corresponding to the specified key.