Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.ResourceSnapshot
Packages that use ResourceSnapshot
-
Uses of ResourceSnapshot in com.yahoo.vespa.hosted.controller.api.integration.resource
Methods in com.yahoo.vespa.hosted.controller.api.integration.resource that return ResourceSnapshotModifier and TypeMethodDescriptionstatic ResourceSnapshotResourceSnapshot.from(com.yahoo.config.provision.ApplicationId applicationId, int nodes, com.yahoo.config.provision.NodeResources resources, Instant timestamp, com.yahoo.config.provision.zone.ZoneId zoneId) static ResourceSnapshotResourceSnapshot.from(List<Node> nodes, 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 ResourceSnapshotModifier and TypeMethodDescriptionResourceDatabaseClient.getRawSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) ResourceDatabaseClientMock.getRawSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) ResourceDatabaseClientMock.resourceSnapshots()Method parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type ResourceSnapshotModifier and TypeMethodDescriptionvoidResourceDatabaseClient.writeResourceSnapshots(Collection<ResourceSnapshot> snapshots) voidResourceDatabaseClientMock.writeResourceSnapshots(Collection<ResourceSnapshot> items)