Interface MeteringClient
- All Known Implementing Classes:
MockMeteringClient
public interface MeteringClient
Consumes and retrieves snapshots of resources allocated per application.
- Author:
- olaa
-
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(Collection<ResourceSnapshot> resources) getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) voidrefresh()
-
Method Details
-
consume
-
getSnapshotHistoryForTenant
List<ResourceSnapshot> getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) -
refresh
void refresh()
-