Uses of Class
org.kiwiproject.consul.cache.ServiceHealthKey
Packages that use ServiceHealthKey
-
Uses of ServiceHealthKey in org.kiwiproject.consul.cache
Subclasses of ServiceHealthKey in org.kiwiproject.consul.cacheMethods in org.kiwiproject.consul.cache that return ServiceHealthKeyModifier and TypeMethodDescriptionstatic ServiceHealthKeyServiceHealthKey.fromServiceHealth(ServiceHealth serviceHealth) static ServiceHealthKeyMethods in org.kiwiproject.consul.cache with parameters of type ServiceHealthKeyModifier and TypeMethodDescriptionstatic ImmutableServiceHealthKeyImmutableServiceHealthKey.copyOf(ServiceHealthKey instance) Creates an immutable copy of aServiceHealthKeyvalue.ImmutableServiceHealthKey.Builder.from(ServiceHealthKey instance) Fill a builder with attribute values from the providedServiceHealthKeyinstance.Method parameters in org.kiwiproject.consul.cache with type arguments of type ServiceHealthKeyModifier and TypeMethodDescriptionstatic 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.