Uses of Class
org.kiwiproject.consul.cache.KVCache
Packages that use KVCache
-
Uses of KVCache in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache that return KVCacheModifier and TypeMethodDescriptionstatic KVCacheKVCache.newCache(KeyValueClient kvClient, String rootPath) Factory method to construct a String/Valuemap with a 10-second block intervalstatic KVCacheKVCache.newCache(KeyValueClient kvClient, String rootPath, int watchSeconds) Factory method to construct a String/Valuemap.static KVCacheKVCache.newCache(KeyValueClient kvClient, String rootPath, int watchSeconds, QueryOptions queryOptions) static KVCacheKVCache.newCache(KeyValueClient kvClient, String rootPath, int watchSeconds, QueryOptions queryOptions, ScheduledExecutorService callbackExecutorService)