Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.noderepository.NodeType
-
Packages that use NodeType Package Description com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of NodeType in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return types with arguments of type NodeType Modifier and Type Method Description Map<NodeType,String>NodeTargetVersions. osVersions()Map<NodeType,String>NodeTargetVersions. vespaVersions()Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository with parameters of type NodeType Modifier and Type Method Description booleanNodeRepositoryNode. hasType(NodeType type)StringProvisionResource. upgrade(NodeType nodeType, NodeUpgrade nodeUpgrade, String patchOverride)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.noderepository with type arguments of type NodeType Constructor Description NodeTargetVersions(Map<NodeType,String> vespaVersions, Map<NodeType,String> osVersions)
-