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 NodeTypeNodeRepositoryNode. getType()static NodeTypeNodeType. valueOf(java.lang.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 java.util.Map<NodeType,java.lang.String>NodeTargetVersions. osVersions()java.util.Map<NodeType,java.lang.String>NodeTargetVersions. vespaVersions()Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository with parameters of type NodeType Modifier and Type Method Description voidNodeRepositoryNode. setType(NodeType type)java.lang.StringProvisionResource. upgrade(NodeType nodeType, NodeUpgrade nodeUpgrade, java.lang.String patchOverride)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.noderepository with type arguments of type NodeType Constructor Description NodeTargetVersions(java.util.Map<NodeType,java.lang.String> vespaVersions, java.util.Map<NodeType,java.lang.String> osVersions)
-