Class MeteringData
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.resource.MeteringData
- Author:
- olaa
-
Constructor Summary
ConstructorsConstructorDescriptionMeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, Map<com.yahoo.config.provision.ApplicationId, List<ResourceSnapshot>> snapshotHistory) -
Method Summary
Modifier and TypeMethodDescriptionMap<com.yahoo.config.provision.ApplicationId,List<ResourceSnapshot>>
-
Constructor Details
-
MeteringData
public MeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, Map<com.yahoo.config.provision.ApplicationId, List<ResourceSnapshot>> snapshotHistory)
-
-
Method Details
-
getThisMonth
-
getLastMonth
-
getCurrentSnapshot
-
getSnapshotHistory
-