Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.configserver.Node.ClusterType
Packages that use Node.ClusterType
-
Uses of Node.ClusterType in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return Node.ClusterTypeModifier and TypeMethodDescriptionNode.clusterType()The cluster type of thisstatic Node.ClusterTypeReturns the enum constant of this class with the specified name.static Node.ClusterType[]Node.ClusterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type Node.ClusterTypeModifier and TypeMethodDescriptionNodeFilter.clusterTypes()Node.exclusiveToClusterType()The cluster type this has been provisioned exclusively for, if anyMethods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type Node.ClusterTypeModifier and TypeMethodDescriptionNode.Builder.clusterType(Node.ClusterType clusterType) NodeFilter.clusterTypes(Node.ClusterType... clusterTypes) Node.Builder.exclusiveToClusterType(Node.ClusterType exclusiveToClusterType) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.configserver with type arguments of type Node.ClusterType