Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.DirectTarget
Packages that use DirectTarget
-
Uses of DirectTarget in com.yahoo.vespa.hosted.controller.api.integration.dns
Subclasses of DirectTarget in com.yahoo.vespa.hosted.controller.api.integration.dnsModifier and TypeClassDescriptionfinal classAn implementation ofDirectTargetthat uses latency-based routing.final classAn implementation ofDirectTargetwhere is requests are answered based on the weight assigned to the record, as a proportion of the total weight for all records having the same DNS name.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return DirectTargetModifier and TypeMethodDescriptionstatic DirectTargetDirectTarget.unpack(RecordData data) Unpack target from given record dataMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type DirectTargetModifier and TypeMethodDescriptionMemoryNameService.createDirect(RecordName name, Set<DirectTarget> targets) NameService.createDirect(RecordName name, Set<DirectTarget> targets) Create a non-standard record pointing to given targets.