Uses of Enum Class
com.yahoo.config.model.api.ApplicationClusterEndpoint.RoutingMethod
Packages that use ApplicationClusterEndpoint.RoutingMethod
-
Uses of ApplicationClusterEndpoint.RoutingMethod in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api that return ApplicationClusterEndpoint.RoutingMethodModifier and TypeMethodDescriptionApplicationClusterEndpoint.routingMethod()ContainerEndpoint.routingMethod()Returns the enum constant of this class with the specified name.ApplicationClusterEndpoint.RoutingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.model.api with parameters of type ApplicationClusterEndpoint.RoutingMethodModifier and TypeMethodDescriptionApplicationClusterEndpoint.Builder.routingMethod(ApplicationClusterEndpoint.RoutingMethod routingMethod) Constructors in com.yahoo.config.model.api with parameters of type ApplicationClusterEndpoint.RoutingMethodModifierConstructorDescriptionContainerEndpoint(String clusterId, ApplicationClusterEndpoint.Scope scope, List<String> names, OptionalInt weight, ApplicationClusterEndpoint.RoutingMethod routingMethod) ContainerEndpoint(String clusterId, ApplicationClusterEndpoint.Scope scope, List<String> names, OptionalInt weight, ApplicationClusterEndpoint.RoutingMethod routingMethod, ApplicationClusterEndpoint.AuthMethod authMethod)