Uses of Class
com.orbitz.consul.cache.ServiceHealthKey
-
Packages that use ServiceHealthKey Package Description com.orbitz.consul.cache -
-
Uses of ServiceHealthKey in com.orbitz.consul.cache
Subclasses of ServiceHealthKey in com.orbitz.consul.cache Modifier and Type Class Description classImmutableServiceHealthKeyImmutable implementation ofServiceHealthKey.Methods in com.orbitz.consul.cache that return ServiceHealthKey Modifier and Type Method Description static ServiceHealthKeyServiceHealthKey. fromServiceHealth(ServiceHealth serviceHealth)static ServiceHealthKeyServiceHealthKey. of(java.lang.String serviceId, java.lang.String host, int port)Methods in com.orbitz.consul.cache with parameters of type ServiceHealthKey Modifier and Type Method Description static ImmutableServiceHealthKeyImmutableServiceHealthKey. copyOf(ServiceHealthKey instance)Creates an immutable copy of aServiceHealthKeyvalue.ImmutableServiceHealthKey.BuilderImmutableServiceHealthKey.Builder. from(ServiceHealthKey instance)Fill a builder with attribute values from the providedServiceHealthKeyinstance.Method parameters in com.orbitz.consul.cache with type arguments of type ServiceHealthKey Modifier and Type Method Description 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.
-