Uses of Class
com.orbitz.consul.KeyValueClient
-
Packages that use KeyValueClient Package Description com.orbitz.consul com.orbitz.consul.cache -
-
Uses of KeyValueClient in com.orbitz.consul
Methods in com.orbitz.consul that return KeyValueClient Modifier and Type Method Description KeyValueClientConsul. keyValueClient()Get the Key/Value HTTP client. -
Uses of KeyValueClient in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache with parameters of type KeyValueClient Modifier and Type Method Description static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath)Factory method to construct a String/Valuemap with a 10 second block intervalstatic KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds)Factory method to construct a String/Valuemap.static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds, QueryOptions queryOptions)static KVCacheKVCache. newCache(KeyValueClient kvClient, java.lang.String rootPath, int watchSeconds, QueryOptions queryOptions, java.util.concurrent.ScheduledExecutorService callbackExecutorService)
-