Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.AliasTarget
Packages that use AliasTarget
-
Uses of AliasTarget in com.yahoo.vespa.hosted.controller.api.integration.dns
Subclasses of AliasTarget in com.yahoo.vespa.hosted.controller.api.integration.dnsModifier and TypeClassDescriptionclassAn implementation ofAliasTargetthat uses latency-based routing.classAn implementation ofAliasTargetwhere 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 AliasTargetModifier and TypeMethodDescriptionstatic AliasTargetAliasTarget.unpack(RecordData data) Unpack target from given record dataMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type AliasTargetModifier and TypeMethodDescriptionMemoryNameService.createAlias(RecordName name, Set<AliasTarget> targets) NameService.createAlias(RecordName name, Set<AliasTarget> targets) Create a non-standard ALIAS record pointing to given targets.