Uses of Enum Class
com.yahoo.config.provision.ClusterSpec.Type
Packages that use ClusterSpec.Type
-
Uses of ClusterSpec.Type in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return ClusterSpec.TypeModifier and TypeMethodDescriptionstatic ClusterSpec.TypeClusterSpec.type()Returns the cluster typestatic ClusterSpec.TypeReturns the enum constant of this class with the specified name.static ClusterSpec.Type[]ClusterSpec.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.provision with parameters of type ClusterSpec.TypeModifier and TypeMethodDescriptionstatic HostFilterHostFilter.clusterType(ClusterSpec.Type clusterType) Returns a filter which matches a given cluster type onlybooleanSharedHosts.hasClusterType(ClusterSpec.Type clusterType) Whether there are any shared hosts specifically for the given cluster type.static ClusterSpec.BuilderClusterSpec.request(ClusterSpec.Type type, ClusterSpec.Id id) Creates a ClusterSpec when requesting a clusterstatic ClusterSpec.BuilderClusterSpec.specification(ClusterSpec.Type type, ClusterSpec.Id id) Creates a ClusterSpec for an existing cluster, group id and Vespa version needs to be setbooleanSharedHosts.supportsClusterType(ClusterSpec.Type clusterType) Whether there are any shared hosts specifically for the given cluster type, or without a cluster type restriction.