Uses of Interface
com.yahoo.vespa.hosted.controller.api.integration.dns.NameService
-
Packages that use NameService Package Description com.yahoo.vespa.hosted.controller.api.integration com.yahoo.vespa.hosted.controller.api.integration.dns com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of NameService in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return NameService Modifier and Type Method Description NameServiceServiceRegistry. nameService() -
Uses of NameService in com.yahoo.vespa.hosted.controller.api.integration.dns
Classes in com.yahoo.vespa.hosted.controller.api.integration.dns that implement NameService Modifier and Type Class Description classMemoryNameServiceAn in-memory name service for testing purposes. -
Uses of NameService in com.yahoo.vespa.hosted.controller.api.integration.stubs
Constructors in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type NameService Constructor Description MockTesterCloud(NameService nameService)
-