Uses of Class
com.orbitz.consul.HealthClient
-
Packages that use HealthClient Package Description com.orbitz.consul com.orbitz.consul.cache -
-
Uses of HealthClient in com.orbitz.consul
Methods in com.orbitz.consul that return HealthClient Modifier and Type Method Description HealthClientConsul. healthClient()Get the Health HTTP client. -
Uses of HealthClient in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache with parameters of type HealthClient Modifier and Type Method Description static HealthCheckCacheHealthCheckCache. newCache(HealthClient healthClient, State state)static HealthCheckCacheHealthCheckCache. newCache(HealthClient healthClient, State state, int watchSeconds)static HealthCheckCacheHealthCheckCache. newCache(HealthClient healthClient, State state, int watchSeconds, QueryOptions queryOptions)static HealthCheckCacheHealthCheckCache. newCache(HealthClient healthClient, State state, int watchSeconds, QueryOptions queryOptions, java.util.function.Function<HealthCheck,java.lang.String> keyExtractor)static HealthCheckCacheHealthCheckCache. newCache(HealthClient healthClient, State state, int watchSeconds, QueryOptions queryOptions, java.util.function.Function<HealthCheck,java.lang.String> keyExtractor, java.util.concurrent.ScheduledExecutorService callbackExecutorService)Factory method to construct a string/HealthCheckmap for a particularState.static ServiceHealthCacheServiceHealthCache. newCache(HealthClient healthClient, java.lang.String serviceName)static ServiceHealthCacheServiceHealthCache. newCache(HealthClient healthClient, java.lang.String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions)static ServiceHealthCacheServiceHealthCache. newCache(HealthClient healthClient, java.lang.String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, java.util.function.Function<ServiceHealth,ServiceHealthKey> keyExtractor)static ServiceHealthCacheServiceHealthCache. newCache(HealthClient healthClient, java.lang.String serviceName, boolean passing, int watchSeconds, QueryOptions queryOptions, java.util.function.Function<ServiceHealth,ServiceHealthKey> keyExtractor, java.util.concurrent.ScheduledExecutorService callbackExecutorService)Factory method to construct a string/ServiceHealthmap for a particular service.static ServiceHealthCacheServiceHealthCache. newCache(HealthClient healthClient, java.lang.String serviceName, boolean passing, QueryOptions queryOptions, int watchSeconds)
-