Uses of Class
org.kiwiproject.consul.model.catalog.ServiceWeights
Packages that use ServiceWeights
Package
Description
-
Uses of ServiceWeights in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return types with arguments of type ServiceWeightsModifier and TypeMethodDescriptionImmutableRegistration.getServiceWeights()abstract Optional<ServiceWeights>Registration.getServiceWeights()abstract Optional<ServiceWeights>FullService.getWeights()ImmutableFullService.getWeights()Methods in org.kiwiproject.consul.model.agent with parameters of type ServiceWeightsModifier and TypeMethodDescriptionImmutableRegistration.Builder.serviceWeights(ServiceWeights serviceWeights) Initializes the optional valueserviceWeightsto serviceWeights.ImmutableFullService.Builder.weights(ServiceWeights weights) Initializes the optional valueweightsto weights.final ImmutableRegistrationImmutableRegistration.withServiceWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalserviceWeightsattribute.final ImmutableFullServiceImmutableFullService.withWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalweightsattribute.Method parameters in org.kiwiproject.consul.model.agent with type arguments of type ServiceWeightsModifier and TypeMethodDescriptionImmutableRegistration.Builder.serviceWeights(Optional<? extends ServiceWeights> serviceWeights) Initializes the optional valueserviceWeightsto serviceWeights.ImmutableFullService.Builder.weights(Optional<? extends ServiceWeights> weights) Initializes the optional valueweightsto weights.final ImmutableRegistrationImmutableRegistration.withServiceWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theserviceWeightsattribute.final ImmutableFullServiceImmutableFullService.withWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theweightsattribute. -
Uses of ServiceWeights in org.kiwiproject.consul.model.catalog
Subclasses of ServiceWeights in org.kiwiproject.consul.model.catalogMethods in org.kiwiproject.consul.model.catalog that return types with arguments of type ServiceWeightsModifier and TypeMethodDescriptionabstract Optional<ServiceWeights>CatalogService.getServiceWeights()ImmutableCatalogService.getServiceWeights()Methods in org.kiwiproject.consul.model.catalog with parameters of type ServiceWeightsModifier and TypeMethodDescriptionstatic ImmutableServiceWeightsImmutableServiceWeights.copyOf(ServiceWeights instance) Creates an immutable copy of aServiceWeightsvalue.ImmutableServiceWeights.Builder.from(ServiceWeights instance) Fill a builder with attribute values from the providedServiceWeightsinstance.ImmutableCatalogService.Builder.serviceWeights(ServiceWeights serviceWeights) Initializes the optional valueserviceWeightsto serviceWeights.final ImmutableCatalogServiceImmutableCatalogService.withServiceWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalserviceWeightsattribute.Method parameters in org.kiwiproject.consul.model.catalog with type arguments of type ServiceWeightsModifier and TypeMethodDescriptionImmutableCatalogService.Builder.serviceWeights(Optional<? extends ServiceWeights> serviceWeights) Initializes the optional valueserviceWeightsto serviceWeights.final ImmutableCatalogServiceImmutableCatalogService.withServiceWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theserviceWeightsattribute. -
Uses of ServiceWeights in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return types with arguments of type ServiceWeightsModifier and TypeMethodDescriptionImmutableService.getWeights()abstract Optional<ServiceWeights>Service.getWeights()Methods in org.kiwiproject.consul.model.health with parameters of type ServiceWeightsModifier and TypeMethodDescriptionfinal ImmutableService.BuilderImmutableService.Builder.weights(ServiceWeights weights) Initializes the optional valueweightsto weights.final ImmutableServiceImmutableService.withWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalweightsattribute.Method parameters in org.kiwiproject.consul.model.health with type arguments of type ServiceWeightsModifier and TypeMethodDescriptionfinal ImmutableService.BuilderImmutableService.Builder.weights(Optional<? extends ServiceWeights> weights) Initializes the optional valueweightsto weights.final ImmutableServiceImmutableService.withWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theweightsattribute.