Uses of Class
io.vertx.ext.consul.KeyValueList
-
Packages that use KeyValueList Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of KeyValueList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return KeyValueList Modifier and Type Method Description KeyValueList
KeyValueList. setIndex(long index)
Set Consul indexKeyValueList
KeyValueList. setList(List<KeyValue> list)
Set list of key/value pairsMethods in io.vertx.ext.consul that return types with arguments of type KeyValueList Modifier and Type Method Description Future<KeyValueList>
ConsulClient. getValues(String keyPrefix)
Returns the list of key/value pairs that corresponding to the specified key prefix.Future<KeyValueList>
ConsulClient. getValuesWithOptions(String keyPrefix, BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx)
CreatesWatch
to monitoring a prefix of keys in the KV store.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring a prefix of keys in the KV store.Constructors in io.vertx.ext.consul with parameters of type KeyValueList Constructor Description KeyValueList(KeyValueList other)
Copy constructor -
Uses of KeyValueList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type KeyValueList Modifier and Type Method Description Future<KeyValueList>
ConsulClient. getValues(String keyPrefix)
Returns the list of key/value pairs that corresponding to the specified key prefix.Future<KeyValueList>
ConsulClient. getValuesWithOptions(String keyPrefix, BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx)
CreatesWatch
to monitoring a prefix of keys in the KV store.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring a prefix of keys in the KV store.Single<KeyValueList>
ConsulClient. rxGetValues(String keyPrefix)
Returns the list of key/value pairs that corresponding to the specified key prefix.Single<KeyValueList>
ConsulClient. rxGetValuesWithOptions(String keyPrefix, BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix. -
Uses of KeyValueList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type KeyValueList Modifier and Type Method Description Single<KeyValueList>
ConsulClient. getValues(String keyPrefix)
Returns the list of key/value pairs that corresponding to the specified key prefix.Single<KeyValueList>
ConsulClient. getValuesWithOptions(String keyPrefix, BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx)
CreatesWatch
to monitoring a prefix of keys in the KV store.static Watch<KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring a prefix of keys in the KV store.Single<KeyValueList>
ConsulClient. rxGetValues(String keyPrefix)
Returns the list of key/value pairs that corresponding to the specified key prefix.Single<KeyValueList>
ConsulClient. rxGetValuesWithOptions(String keyPrefix, BlockingQueryOptions options)
Returns the list of key/value pairs that corresponding to the specified key prefix.
-