Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.MeteringData
-
Packages that use MeteringData Package Description com.yahoo.vespa.hosted.controller.api.integration.resource 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 MeteringData in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return MeteringData Modifier and Type Method Description MeteringDataMeteringClient. getMeteringData(com.yahoo.config.provision.TenantName tenantName, com.yahoo.config.provision.ApplicationName applicationName) -
Uses of MeteringData in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return MeteringData Modifier and Type Method Description MeteringDataMockMeteringClient. getMeteringData(com.yahoo.config.provision.TenantName tenantName, com.yahoo.config.provision.ApplicationName applicationName)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type MeteringData Modifier and Type Method Description voidMockMeteringClient. setMeteringData(MeteringData meteringData)
-