Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.noderepository.NodeEnvironment
-
Packages that use NodeEnvironment Package Description com.yahoo.vespa.hosted.controller.api.integration.noderepository -
-
Uses of NodeEnvironment in com.yahoo.vespa.hosted.controller.api.integration.noderepository
Methods in com.yahoo.vespa.hosted.controller.api.integration.noderepository that return NodeEnvironment Modifier and Type Method Description NodeEnvironmentNodeRepositoryNode. getEnvironment()static NodeEnvironmentNodeEnvironment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeEnvironment[]NodeEnvironment. 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 with parameters of type NodeEnvironment Modifier and Type Method Description voidNodeRepositoryNode. setEnvironment(NodeEnvironment environment)
-