Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.ResourceUsage
-
Packages that use ResourceUsage Package Description com.yahoo.vespa.hosted.controller.api.integration.billing com.yahoo.vespa.hosted.controller.api.integration.resource -
-
Uses of ResourceUsage in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type ResourceUsage Modifier and Type Method Description CostInfoCostCalculator. calculate(ResourceUsage usage)Calculate the cost for the given usage -
Uses of ResourceUsage in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type ResourceUsage Modifier and Type Method Description default List<ResourceUsage>ResourceDatabaseClient. getResourceSnapshotsForMonth(com.yahoo.config.provision.TenantName tenantName, YearMonth month)List<ResourceUsage>ResourceDatabaseClient. getResourceSnapshotsForPeriod(com.yahoo.config.provision.TenantName tenantName, long startTimestamp, long endTimestamp)List<ResourceUsage>ResourceDatabaseClientMock. getResourceSnapshotsForPeriod(com.yahoo.config.provision.TenantName tenantName, long start, long end)
-