Uses of Class
com.orbitz.consul.cache.ServiceHealthCache
-
Packages that use ServiceHealthCache Package Description com.orbitz.consul.cache -
-
Uses of ServiceHealthCache in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache that return ServiceHealthCache Modifier and Type Method Description 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)
-