Uses of Interface
com.yahoo.vespa.hosted.controller.api.systemflags.v1.FlagsTarget
-
Packages that use FlagsTarget Package Description com.yahoo.vespa.hosted.controller.api.systemflags.v1 -
-
Uses of FlagsTarget in com.yahoo.vespa.hosted.controller.api.systemflags.v1
Methods in com.yahoo.vespa.hosted.controller.api.systemflags.v1 that return FlagsTarget Modifier and Type Method Description static FlagsTargetFlagsTarget. forConfigServer(ZoneRegistry registry, com.yahoo.config.provision.zone.ZoneId zoneId)static FlagsTargetFlagsTarget. forController(com.yahoo.config.provision.SystemName systemName)Methods in com.yahoo.vespa.hosted.controller.api.systemflags.v1 that return types with arguments of type FlagsTarget Modifier and Type Method Description static java.util.Set<FlagsTarget>FlagsTarget. getAllTargetsInSystem(ZoneRegistry registry)Methods in com.yahoo.vespa.hosted.controller.api.systemflags.v1 with parameters of type FlagsTarget Modifier and Type Method Description java.util.Set<com.yahoo.vespa.flags.json.FlagData>SystemFlagsDataArchive. flagData(FlagsTarget target)Method parameters in com.yahoo.vespa.hosted.controller.api.systemflags.v1 with type arguments of type FlagsTarget Modifier and Type Method Description voidSystemFlagsDataArchive. validateAllFilesAreForTargets(com.yahoo.config.provision.SystemName currentSystem, java.util.Set<FlagsTarget> targets)
-