Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record.Type
-
Packages that use Record.Type Package Description com.yahoo.vespa.hosted.controller.api.integration.dns -
-
Uses of Record.Type in com.yahoo.vespa.hosted.controller.api.integration.dns
Methods in com.yahoo.vespa.hosted.controller.api.integration.dns that return Record.Type Modifier and Type Method Description Record.TypeRecord. type()DNS type of thisstatic Record.TypeRecord.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Record.Type[]Record.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type Record.Type Modifier and Type Method Description java.util.List<Record>MemoryNameService. findRecords(Record.Type type, RecordData data)java.util.List<Record>MemoryNameService. findRecords(Record.Type type, RecordName name)java.util.List<Record>NameService. findRecords(Record.Type type, RecordData data)Find all records matching given type and datajava.util.List<Record>NameService. findRecords(Record.Type type, RecordName name)Find all records matching given type and nameConstructors in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type Record.Type Constructor Description Record(Record.Type type, RecordName name, RecordData data)Record(Record.Type type, java.time.Duration ttl, RecordName name, RecordData data)
-