Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.resource.ResourceAllocation
Packages that use ResourceAllocation
-
Uses of ResourceAllocation in com.yahoo.vespa.hosted.controller.api.integration.resource
Fields in com.yahoo.vespa.hosted.controller.api.integration.resource declared as ResourceAllocationMethods in com.yahoo.vespa.hosted.controller.api.integration.resource that return ResourceAllocationModifier and TypeMethodDescriptionResourceSnapshot.allocation()MeteringData.getCurrentSnapshot()MeteringData.getLastMonth()MeteringData.getThisMonth()ResourceAllocation.multiply(double multiplicand) Returns a copy of this with each resource multiplied by given factorResourceAllocation.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 ResourceAllocationModifier and TypeMethodDescriptionCostReportConsumer.fixedAllocations()CostReportConsumerMock.fixedAllocations()Methods in com.yahoo.vespa.hosted.controller.api.integration.resource with parameters of type ResourceAllocationModifier and TypeMethodDescriptionResourceAllocation.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 ResourceAllocationModifierConstructorDescriptionMeteringData(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 ResourceAllocationModifierConstructorDescriptionCostReportConsumerMock(Consumer<String> csvConsumer, Map<Property, ResourceAllocation> fixedAllocations)