Uses of Enum Class
com.yahoo.config.provision.NodeType
Packages that use NodeType
-
Uses of NodeType in com.yahoo.config.provision
Methods in com.yahoo.config.provision that return NodeTypeModifier and TypeMethodDescriptionNodeType.childNodeType()NodeType.hostType()Returns the host type of thisNodeType.parentNodeType()Returns the parent host type.Capacity.type()Returns the node type (role) requested.static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.provision that return types with arguments of type NodeTypeMethods in com.yahoo.config.provision with parameters of type NodeTypeModifier and TypeMethodDescriptionbooleanReturns whether given node type can run on thisstatic CapacityCapacity.fromRequiredNodeType(NodeType type) Creates this from a node type -
Uses of NodeType in com.yahoo.config.provision.security
Methods in com.yahoo.config.provision.security that return NodeTypeConstructors in com.yahoo.config.provision.security with parameters of type NodeType