public abstract class ResourceCapacityTracker extends Object
Constructor and Description |
---|
ResourceCapacityTracker(Resource resource) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getHardScore() |
abstract void |
insert(ResourceRequirement resourceRequirement,
Allocation allocation) |
abstract void |
retract(ResourceRequirement resourceRequirement,
Allocation allocation) |
protected Resource resource
public ResourceCapacityTracker(Resource resource)
public abstract void insert(ResourceRequirement resourceRequirement, Allocation allocation)
public abstract void retract(ResourceRequirement resourceRequirement, Allocation allocation)
public abstract int getHardScore()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.