Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.AliasTarget
-
Packages that use AliasTarget Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of AliasTarget in com.yahoo.vespa.hosted.controller.api.integration.dns
Subclasses of AliasTarget in com.yahoo.vespa.hosted.controller.api.integration.dns Modifier and Type Class Description classLatencyAliasTargetAn implementation ofAliasTargetthat uses latency-based routing.classWeightedAliasTargetAn 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 AliasTarget Modifier and Type Method Description static 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 AliasTarget Modifier and Type Method Description List<Record>MemoryNameService. createAlias(RecordName name, Set<AliasTarget> targets)List<Record>NameService. createAlias(RecordName name, Set<AliasTarget> targets)Create a non-standard ALIAS record pointing to given targets.
-