Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.zone.ZoneRegistry
Packages that use ZoneRegistry
Package
Description
-
Uses of ZoneRegistry in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return ZoneRegistry -
Uses of ZoneRegistry in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type ZoneRegistryModifier and TypeMethodDescriptionJobType.allIn(ZoneRegistry zones) static JobTypeJobType.fromJobName(String jobName, ZoneRegistry zones) Creates a new job type from a job name, and a zone registry for looking up zones for the special system and staging test types.static JobTypeJobType.stagingTest(ZoneRegistry zones) A staging test in a staging zone, or throws if no staging zones are present.static JobTypeJobType.systemTest(ZoneRegistry zones) A system test in a test zone, or throws if no test zones are present.. -
Uses of ZoneRegistry in com.yahoo.vespa.hosted.controller.api.integration.organization
Constructors in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type ZoneRegistry -
Uses of ZoneRegistry in com.yahoo.vespa.hosted.controller.api.systemflags.v1
Methods in com.yahoo.vespa.hosted.controller.api.systemflags.v1 with parameters of type ZoneRegistryModifier and TypeMethodDescriptionstatic FlagsTargetFlagsTarget.forConfigServer(ZoneRegistry registry, com.yahoo.config.provision.zone.ZoneId zoneId) static SystemFlagsDataArchiveSystemFlagsDataArchive.fromDirectoryAndSystem(Path directory, ZoneRegistry systemDefinition) static Set<FlagsTarget>FlagsTarget.getAllTargetsInSystem(ZoneRegistry registry, boolean reachableOnly)