Uses of Class
com.orbitz.consul.model.catalog.ServiceWeights
-
Packages that use ServiceWeights Package Description com.orbitz.consul.model.agent com.orbitz.consul.model.catalog com.orbitz.consul.model.health -
-
Uses of ServiceWeights in com.orbitz.consul.model.agent
Methods in com.orbitz.consul.model.agent that return types with arguments of type ServiceWeights Modifier and Type Method Description abstract java.util.Optional<ServiceWeights>FullService. getWeights()java.util.Optional<ServiceWeights>ImmutableFullService. getWeights()Methods in com.orbitz.consul.model.agent with parameters of type ServiceWeights Modifier and Type Method Description ImmutableFullService.BuilderImmutableFullService.Builder. weights(ServiceWeights weights)Initializes the optional valueweightsto weights.ImmutableFullServiceImmutableFullService. withWeights(ServiceWeights value)Copy the current immutable object by setting a present value for the optionalweightsattribute.Method parameters in com.orbitz.consul.model.agent with type arguments of type ServiceWeights Modifier and Type Method Description ImmutableFullService.BuilderImmutableFullService.Builder. weights(java.util.Optional<? extends ServiceWeights> weights)Initializes the optional valueweightsto weights.ImmutableFullServiceImmutableFullService. withWeights(java.util.Optional<? extends ServiceWeights> optional)Copy the current immutable object by setting an optional value for theweightsattribute. -
Uses of ServiceWeights in com.orbitz.consul.model.catalog
Subclasses of ServiceWeights in com.orbitz.consul.model.catalog Modifier and Type Class Description classImmutableServiceWeightsImmutable implementation ofServiceWeights.Methods in com.orbitz.consul.model.catalog that return types with arguments of type ServiceWeights Modifier and Type Method Description abstract java.util.Optional<ServiceWeights>CatalogService. getServiceWeights()java.util.Optional<ServiceWeights>ImmutableCatalogService. getServiceWeights()Methods in com.orbitz.consul.model.catalog with parameters of type ServiceWeights Modifier and Type Method Description static ImmutableServiceWeightsImmutableServiceWeights. copyOf(ServiceWeights instance)Creates an immutable copy of aServiceWeightsvalue.ImmutableServiceWeights.BuilderImmutableServiceWeights.Builder. from(ServiceWeights instance)Fill a builder with attribute values from the providedServiceWeightsinstance.ImmutableCatalogService.BuilderImmutableCatalogService.Builder. serviceWeights(ServiceWeights serviceWeights)Initializes the optional valueserviceWeightsto serviceWeights.ImmutableCatalogServiceImmutableCatalogService. withServiceWeights(ServiceWeights value)Copy the current immutable object by setting a present value for the optionalserviceWeightsattribute.Method parameters in com.orbitz.consul.model.catalog with type arguments of type ServiceWeights Modifier and Type Method Description ImmutableCatalogService.BuilderImmutableCatalogService.Builder. serviceWeights(java.util.Optional<? extends ServiceWeights> serviceWeights)Initializes the optional valueserviceWeightsto serviceWeights.ImmutableCatalogServiceImmutableCatalogService. withServiceWeights(java.util.Optional<? extends ServiceWeights> optional)Copy the current immutable object by setting an optional value for theserviceWeightsattribute. -
Uses of ServiceWeights in com.orbitz.consul.model.health
Methods in com.orbitz.consul.model.health that return types with arguments of type ServiceWeights Modifier and Type Method Description java.util.Optional<ServiceWeights>ImmutableService. getWeights()abstract java.util.Optional<ServiceWeights>Service. getWeights()Methods in com.orbitz.consul.model.health with parameters of type ServiceWeights Modifier and Type Method Description ImmutableService.BuilderImmutableService.Builder. weights(ServiceWeights weights)Initializes the optional valueweightsto weights.ImmutableServiceImmutableService. withWeights(ServiceWeights value)Copy the current immutable object by setting a present value for the optionalweightsattribute.Method parameters in com.orbitz.consul.model.health with type arguments of type ServiceWeights Modifier and Type Method Description ImmutableService.BuilderImmutableService.Builder. weights(java.util.Optional<? extends ServiceWeights> weights)Initializes the optional valueweightsto weights.ImmutableServiceImmutableService. withWeights(java.util.Optional<? extends ServiceWeights> optional)Copy the current immutable object by setting an optional value for theweightsattribute.
-