Uses of Class
org.kiwiproject.consul.CatalogClient
Packages that use CatalogClient
-
Uses of CatalogClient in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return CatalogClientConstructors in org.kiwiproject.consul with parameters of type CatalogClientModifierConstructorDescriptionprotectedConsul(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 CatalogClient in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache with parameters of type CatalogClientModifier and TypeMethodDescriptionstatic NodesCatalogCacheNodesCatalogCache.newCache(CatalogClient catalogClient) static NodesCatalogCacheNodesCatalogCache.newCache(CatalogClient catalogClient, QueryOptions queryOptions, int watchSeconds) static NodesCatalogCacheNodesCatalogCache.newCache(CatalogClient catalogClient, QueryOptions queryOptions, int watchSeconds, ScheduledExecutorService callbackExecutorService) static ServiceCatalogCacheServiceCatalogCache.newCache(CatalogClient catalogClient, String serviceName) static ServiceCatalogCacheServiceCatalogCache.newCache(CatalogClient catalogClient, String serviceName, QueryOptions queryOptions, int watchSeconds) static ServiceCatalogCacheServiceCatalogCache.newCache(CatalogClient catalogClient, String serviceName, QueryOptions queryOptions, int watchSeconds, ScheduledExecutorService callbackExecutorService)