Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.dns.Record.Type
Packages that use Record.Type
-
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.TypeModifier and TypeMethodDescriptionRecord.type()DNS type of thisstatic Record.TypeReturns the enum constant of this class with the specified name.static Record.Type[]Record.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.dns with parameters of type Record.TypeModifier and TypeMethodDescriptionMemoryNameService.findRecords(Record.Type type, RecordData data) MemoryNameService.findRecords(Record.Type type, RecordName name) NameService.findRecords(Record.Type type, RecordData data) Find all records matching given type and dataNameService.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.TypeModifierConstructorDescriptionRecord(Record.Type type, RecordName name, RecordData data) Record(Record.Type type, Duration ttl, RecordName name, RecordData data) Creates an instance of aRecordrecord class.