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 TypeMethodDescriptionResourceAllocation.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) Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.resource with type arguments of type ResourceAllocationModifierConstructorDescriptionCostReportConsumerMock(Consumer<String> csvConsumer, Map<Property, ResourceAllocation> fixedAllocations)