Uses of Class
com.orbitz.consul.model.catalog.CatalogService
-
Packages that use CatalogService Package Description com.orbitz.consul com.orbitz.consul.model.catalog -
-
Uses of CatalogService in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type CatalogService Modifier and Type Method Description ConsulResponse<java.util.List<CatalogService>>CatalogClient. getService(java.lang.String service)Retrieves the single service.ConsulResponse<java.util.List<CatalogService>>CatalogClient. getService(java.lang.String service, QueryOptions queryOptions)Retrieves a single service for a given datacenter withQueryOptions.Method parameters in com.orbitz.consul with type arguments of type CatalogService Modifier and Type Method Description voidCatalogClient. getService(java.lang.String service, QueryOptions queryOptions, ConsulResponseCallback<java.util.List<CatalogService>> callback)Asynchronously retrieves the single service for a given datacenter withQueryOptions. -
Uses of CatalogService in com.orbitz.consul.model.catalog
Subclasses of CatalogService in com.orbitz.consul.model.catalog Modifier and Type Class Description classImmutableCatalogServiceImmutable implementation ofCatalogService.Methods in com.orbitz.consul.model.catalog with parameters of type CatalogService Modifier and Type Method Description static ImmutableCatalogServiceImmutableCatalogService. copyOf(CatalogService instance)Creates an immutable copy of aCatalogServicevalue.ImmutableCatalogService.BuilderImmutableCatalogService.Builder. from(CatalogService instance)Fill a builder with attribute values from the providedCatalogServiceinstance.
-