Class MeteringData
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.resource.MeteringData
-
public class MeteringData extends java.lang.Object- Author:
- olaa
-
-
Constructor Summary
Constructors Constructor Description MeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>> snapshotHistory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceAllocationgetCurrentSnapshot()ResourceAllocationgetLastMonth()java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>>getSnapshotHistory()ResourceAllocationgetThisMonth()
-
-
-
Constructor Detail
-
MeteringData
public MeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>> snapshotHistory)
-
-
Method Detail
-
getThisMonth
public ResourceAllocation getThisMonth()
-
getLastMonth
public ResourceAllocation getLastMonth()
-
getCurrentSnapshot
public ResourceAllocation getCurrentSnapshot()
-
getSnapshotHistory
public java.util.Map<com.yahoo.config.provision.ApplicationId,java.util.List<ResourceSnapshot>> getSnapshotHistory()
-
-