Uses of Class
com.orbitz.consul.model.health.Service
-
Packages that use Service Package Description com.orbitz.consul com.orbitz.consul.model.catalog com.orbitz.consul.model.health com.orbitz.consul.model.query -
-
Uses of Service in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type Service Modifier and Type Method Description java.util.Map<java.lang.String,Service>AgentClient. getServices()Retrieves all services registered with the Agent. -
Uses of Service in com.orbitz.consul.model.catalog
Methods in com.orbitz.consul.model.catalog that return types with arguments of type Service Modifier and Type Method Description abstract java.util.Map<java.lang.String,Service>CatalogNode. getServices()com.google.common.collect.ImmutableMap<java.lang.String,Service>ImmutableCatalogNode. getServices()abstract java.util.Optional<Service>CatalogRegistration. service()java.util.Optional<Service>ImmutableCatalogRegistration. service()Methods in com.orbitz.consul.model.catalog with parameters of type Service Modifier and Type Method Description ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. putServices(java.lang.String key, Service value)Put one entry to theservicesmap.ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. service(Service service)Initializes the optional valueserviceto service.ImmutableCatalogRegistrationImmutableCatalogRegistration. withService(Service value)Copy the current immutable object by setting a present value for the optionalserviceattribute.Method parameters in com.orbitz.consul.model.catalog with type arguments of type Service Modifier and Type Method Description ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. putAllServices(java.util.Map<java.lang.String,? extends Service> entries)Put all mappings from the specified map as entries toservicesmap.ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. putServices(java.util.Map.Entry<java.lang.String,? extends Service> entry)Put one entry to theservicesmap.ImmutableCatalogRegistration.BuilderImmutableCatalogRegistration.Builder. service(java.util.Optional<? extends Service> service)Initializes the optional valueserviceto service.ImmutableCatalogNode.BuilderImmutableCatalogNode.Builder. services(java.util.Map<java.lang.String,? extends Service> entries)Sets or replaces all mappings from the specified map as entries for theservicesmap.ImmutableCatalogRegistrationImmutableCatalogRegistration. withService(java.util.Optional<? extends Service> optional)Copy the current immutable object by setting an optional value for theserviceattribute.ImmutableCatalogNodeImmutableCatalogNode. withServices(java.util.Map<java.lang.String,? extends Service> entries)Copy the current immutable object by replacing theservicesmap with the specified map. -
Uses of Service in com.orbitz.consul.model.health
Subclasses of Service in com.orbitz.consul.model.health Modifier and Type Class Description classImmutableServiceImmutable implementation ofService.Methods in com.orbitz.consul.model.health that return Service Modifier and Type Method Description ServiceImmutableServiceCheck. getService()ServiceImmutableServiceHealth. getService()abstract ServiceServiceCheck. getService()abstract ServiceServiceHealth. getService()Methods in com.orbitz.consul.model.health with parameters of type Service Modifier and Type Method Description static ImmutableServiceImmutableService. copyOf(Service instance)Creates an immutable copy of aServicevalue.ImmutableService.BuilderImmutableService.Builder. from(Service instance)Fill a builder with attribute values from the providedServiceinstance.ImmutableServiceCheck.BuilderImmutableServiceCheck.Builder. service(Service service)Initializes the value for theserviceattribute.ImmutableServiceHealth.BuilderImmutableServiceHealth.Builder. service(Service service)Initializes the value for theserviceattribute.ImmutableServiceCheckImmutableServiceCheck. withService(Service value)Copy the current immutable object by setting a value for theserviceattribute.ImmutableServiceHealthImmutableServiceHealth. withService(Service value)Copy the current immutable object by setting a value for theserviceattribute. -
Uses of Service in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return Service Modifier and Type Method Description ServiceImmutableQueryResult. getService()abstract ServiceQueryResult. getService()Methods in com.orbitz.consul.model.query with parameters of type Service Modifier and Type Method Description ImmutableQueryResult.BuilderImmutableQueryResult.Builder. service(Service service)Initializes the value for theserviceattribute.ImmutableQueryResultImmutableQueryResult. withService(Service value)Copy the current immutable object by setting a value for theserviceattribute.
-