Uses of Class
org.kiwiproject.consul.model.health.Service
Packages that use Service
Package
Description
-
Uses of Service in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type ServiceModifier and TypeMethodDescriptionAgentClient.getServices()Retrieves all services registered with the Agent.AgentClient.getServices(QueryOptions queryOptions) Retrieves all services registered with the Agent. -
Uses of Service in org.kiwiproject.consul.model.catalog
Methods in org.kiwiproject.consul.model.catalog that return types with arguments of type ServiceModifier and TypeMethodDescriptionCatalogNode.getServices()ImmutableCatalogNode.getServices()CatalogRegistration.service()ImmutableCatalogRegistration.service()Methods in org.kiwiproject.consul.model.catalog with parameters of type ServiceModifier and TypeMethodDescriptionImmutableCatalogNode.Builder.putServices(String key, Service value) Put one entry to theservicesmap.Initializes the optional valueserviceto service.ImmutableCatalogRegistration.withService(Service value) Copy the current immutable object by setting a present value for the optionalserviceattribute.Method parameters in org.kiwiproject.consul.model.catalog with type arguments of type ServiceModifier and TypeMethodDescriptionImmutableCatalogNode.Builder.putAllServices(Map<String, ? extends Service> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableCatalogNode.Builder.putServices(Map.Entry<String, ? extends Service> entry) Put one entry to theservicesmap.Initializes the optional valueserviceto service.Sets or replaces all mappings from the specified map as entries for theservicesmap.ImmutableCatalogRegistration.withService(Optional<? extends Service> optional) Copy the current immutable object by setting an optional value for theserviceattribute.final ImmutableCatalogNodeImmutableCatalogNode.withServices(Map<String, ? extends Service> entries) Copy the current immutable object by replacing theservicesmap with the specified map. -
Uses of Service in org.kiwiproject.consul.model.health
Subclasses of Service in org.kiwiproject.consul.model.healthMethods in org.kiwiproject.consul.model.health that return ServiceModifier and TypeMethodDescriptionImmutableServiceCheck.getService()ImmutableServiceHealth.getService()abstract ServiceServiceCheck.getService()abstract ServiceServiceHealth.getService()Methods in org.kiwiproject.consul.model.health with parameters of type ServiceModifier and TypeMethodDescriptionstatic ImmutableServiceCreates an immutable copy of aServicevalue.final ImmutableService.BuilderFill a builder with attribute values from the providedServiceinstance.Initializes the value for theserviceattribute.Initializes the value for theserviceattribute.final ImmutableServiceCheckImmutableServiceCheck.withService(Service value) Copy the current immutable object by setting a value for theserviceattribute.final ImmutableServiceHealthImmutableServiceHealth.withService(Service value) Copy the current immutable object by setting a value for theserviceattribute. -
Uses of Service in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return ServiceModifier and TypeMethodDescriptionImmutableQueryResult.getService()abstract ServiceQueryResult.getService()Methods in org.kiwiproject.consul.model.query with parameters of type ServiceModifier and TypeMethodDescriptionInitializes the value for theserviceattribute.final ImmutableQueryResultImmutableQueryResult.withService(Service value) Copy the current immutable object by setting a value for theserviceattribute.