Uses of Class
com.orbitz.consul.CatalogClient
-
Packages that use CatalogClient Package Description com.orbitz.consul com.orbitz.consul.cache -
-
Uses of CatalogClient in com.orbitz.consul
Methods in com.orbitz.consul that return CatalogClient Modifier and Type Method Description CatalogClientConsul. catalogClient()Get the Catalog HTTP client. -
Uses of CatalogClient in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache with parameters of type CatalogClient Modifier and Type Method Description static NodesCatalogCacheNodesCatalogCache. newCache(CatalogClient catalogClient)static NodesCatalogCacheNodesCatalogCache. newCache(CatalogClient catalogClient, QueryOptions queryOptions, int watchSeconds)static NodesCatalogCacheNodesCatalogCache. newCache(CatalogClient catalogClient, QueryOptions queryOptions, int watchSeconds, java.util.concurrent.ScheduledExecutorService callbackExecutorService)static ServiceCatalogCacheServiceCatalogCache. newCache(CatalogClient catalogClient, java.lang.String serviceName)static ServiceCatalogCacheServiceCatalogCache. newCache(CatalogClient catalogClient, java.lang.String serviceName, QueryOptions queryOptions, int watchSeconds)static ServiceCatalogCacheServiceCatalogCache. newCache(CatalogClient catalogClient, java.lang.String serviceName, QueryOptions queryOptions, int watchSeconds, java.util.concurrent.ScheduledExecutorService callbackExecutorService)
-