Uses of Class
org.kiwiproject.consul.KeyValueClient
Packages that use KeyValueClient
-
Uses of KeyValueClient in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return KeyValueClientConstructors in org.kiwiproject.consul with parameters of type KeyValueClientModifierConstructorDescriptionprotectedConsul(AgentClient agentClient, HealthClient healthClient, KeyValueClient keyValueClient, CatalogClient catalogClient, StatusClient statusClient, SessionClient sessionClient, EventClient eventClient, PreparedQueryClient preparedQueryClient, CoordinateClient coordinateClient, OperatorClient operatorClient, ExecutorService executorService, okhttp3.ConnectionPool connectionPool, AclClient aclClient, SnapshotClient snapshotClient, okhttp3.OkHttpClient okHttpClient) Package-private constructor. -
Uses of KeyValueClient in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache with parameters of type KeyValueClientModifier 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)