Uses of Record Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record
Packages that use Record
-
Uses of Record in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return RecordModifier and TypeMethodDescriptionMemoryNameService.createRecord(Record.Type type, RecordName name, RecordData canonicalName) NameService.createRecord(Record.Type type, RecordName name, RecordData data) Create a new recordMethods in com.yahoo.vespa.hosted.controller.api.integration.dns that return types with arguments of type RecordModifier 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.MemoryNameService.createDirect(RecordName name, Set<DirectTarget> targets) NameService.createDirect(RecordName name, Set<DirectTarget> targets) Create a non-standard record pointing to given targets.MemoryNameService.createTxtRecords(RecordName name, List<RecordData> txtData) NameService.createTxtRecords(RecordName name, List<RecordData> txtRecords) Create a new TXT record containing the provided data.MemoryNameService.findRecords(Record.Type type, RecordName name) NameService.findRecords(Record.Type type, RecordName name) Find all records matching given type and nameMemoryNameService.records()Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type RecordModifier and TypeMethodDescriptionvoidintvoidMemoryNameService.updateRecord(Record record, RecordData newData) voidNameService.updateRecord(Record record, RecordData newData) Update existing recordMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.dns with type arguments of type RecordModifier and TypeMethodDescriptionvoidMemoryNameService.removeRecords(List<Record> records) voidNameService.removeRecords(List<Record> record) Remove given record(s)