Uses of Class
org.kiwiproject.consul.HealthClient
Packages that use HealthClient
-
Uses of HealthClient in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return HealthClientConstructors in org.kiwiproject.consul with parameters of type HealthClientModifierConstructorDescriptionprotectedConsul(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 HealthClient in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache with parameters of type HealthClientModifier and TypeMethodDescriptionstatic HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState) static HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds) static HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds, QueryOptions queryOptions) static HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds, QueryOptions queryOptions, Function<HealthCheck, String> keyExtractor) static HealthCheckCacheHealthCheckCache.newCache(HealthClient healthClient, State checkState, int watchSeconds, QueryOptions queryOptions, Function<HealthCheck, String> keyExtractor, ScheduledExecutorService callbackExecutorService) Factory method to construct a string/HealthCheckmap for a particularState.static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, Function<ServiceHealth, ServiceHealthKey> keyExtractor) static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, Function<ServiceHealth, ServiceHealthKey> keyExtractor, ScheduledExecutorService callbackExecutorService) Factory method to construct a string/ServiceHealthmap for a particular service.static ServiceHealthCacheServiceHealthCache.newCache(HealthClient healthClient, String serviceName, boolean passing, QueryOptions queryOptions, int watchSeconds)