Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.ResourceSnapshot
-
Packages that use ResourceSnapshot 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 ResourceSnapshot in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return ResourceSnapshot Modifier and Type Method Description static ResourceSnapshotResourceSnapshot. from(java.util.List<Node> nodes, java.time.Instant timestamp, com.yahoo.config.provision.zone.ZoneId zoneId)Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type ResourceSnapshot Modifier and Type Method Description java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>>MeteringData. getSnapshotHistory()java.util.List<ResourceSnapshot>MeteringClient. getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, java.time.YearMonth yearMonth)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type ResourceSnapshot Modifier and Type Method Description voidMeteringClient. consume(java.util.Collection<ResourceSnapshot> resources)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type ResourceSnapshot Constructor Description MeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>> snapshotHistory) -
Uses of ResourceSnapshot in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type ResourceSnapshot Modifier and Type Method Description java.util.Collection<ResourceSnapshot>MockMeteringClient. consumedResources()java.util.List<ResourceSnapshot>MockMeteringClient. getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, java.time.YearMonth yearMonth)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type ResourceSnapshot Modifier and Type Method Description voidMockMeteringClient. consume(java.util.Collection<ResourceSnapshot> resources)
-