Class MockMeteringClient
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.stubs.MockMeteringClient
- All Implemented Interfaces:
MeteringClient
- Author:
- olaa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(Collection<ResourceSnapshot> resources) getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) booleanvoidrefresh()voidsetMeteringData(MeteringData meteringData)
-
Constructor Details
-
MockMeteringClient
public MockMeteringClient()
-
-
Method Details
-
consume
- Specified by:
consumein interfaceMeteringClient
-
getSnapshotHistoryForTenant
public List<ResourceSnapshot> getSnapshotHistoryForTenant(com.yahoo.config.provision.TenantName tenantName, YearMonth yearMonth) - Specified by:
getSnapshotHistoryForTenantin interfaceMeteringClient
-
refresh
public void refresh()- Specified by:
refreshin interfaceMeteringClient
-
consumedResources
-
setMeteringData
-
isRefreshed
public boolean isRefreshed()
-