Uses of Enum Class
com.yahoo.config.model.api.ApplicationClusterEndpoint.Scope
Packages that use ApplicationClusterEndpoint.Scope
-
Uses of ApplicationClusterEndpoint.Scope in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api that return ApplicationClusterEndpoint.ScopeModifier and TypeMethodDescriptionApplicationClusterEndpoint.scope()ContainerEndpoint.scope()Returns the enum constant of this class with the specified name.static ApplicationClusterEndpoint.Scope[]ApplicationClusterEndpoint.Scope.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.ScopeModifier and TypeMethodDescriptionApplicationClusterEndpoint.Builder.scope(ApplicationClusterEndpoint.Scope scope) Constructors in com.yahoo.config.model.api with parameters of type ApplicationClusterEndpoint.ScopeModifierConstructorDescriptionContainerEndpoint(String clusterId, ApplicationClusterEndpoint.Scope scope, List<String> names) ContainerEndpoint(String clusterId, ApplicationClusterEndpoint.Scope scope, List<String> names, OptionalInt weight) ContainerEndpoint(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)