Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.ResourceAllocation
-
Packages that use ResourceAllocation Package Description com.yahoo.vespa.hosted.controller.api.integration.resource -
-
Uses of ResourceAllocation in com.yahoo.vespa.hosted.controller.api.integration.resource
Fields in com.yahoo.vespa.hosted.controller.api.integration.resource declared as ResourceAllocation Modifier and Type Field Description static ResourceAllocationResourceAllocation. ZEROMethods in com.yahoo.vespa.hosted.controller.api.integration.resource that return ResourceAllocation Modifier and Type Method Description ResourceAllocationResourceSnapshot. allocation()ResourceAllocationMeteringData. getCurrentSnapshot()ResourceAllocationMeteringData. getLastMonth()ResourceAllocationMeteringData. getThisMonth()ResourceAllocationResourceAllocation. multiply(double multiplicand)Returns a copy of this with each resource multiplied by given factorResourceAllocationResourceAllocation. plus(ResourceAllocation allocation)Returns a copy of this with the given allocation addedMethods in com.yahoo.vespa.hosted.controller.api.integration.resource that return types with arguments of type ResourceAllocation Modifier and Type Method Description Map<Property,ResourceAllocation>CostReportConsumer. fixedAllocations()Map<Property,ResourceAllocation>CostReportConsumerMock. fixedAllocations()Methods in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type ResourceAllocation Modifier and Type Method Description ResourceAllocationResourceAllocation. plus(ResourceAllocation allocation)Returns a copy of this with the given allocation addeddoubleResourceAllocation. usageFraction(ResourceAllocation total)Constructors in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type ResourceAllocation Constructor Description MeteringData(ResourceAllocation thisMonth, ResourceAllocation lastMonth, ResourceAllocation currentSnapshot, Map<com.yahoo.config.provision.ApplicationId,List<ResourceSnapshot>> snapshotHistory)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type ResourceAllocation Constructor Description CostReportConsumerMock(Consumer<String> csvConsumer, Map<Property,ResourceAllocation> fixedAllocations)
-