public interface ResourceCountComputerIf
Modifier and Type | Method and Description |
---|---|
double |
computeUsageByTenant(Group tenant)
Returns the amount of usage as a double for the passed in group.
|
double computeUsageByTenant(Group tenant) throws java.lang.Exception
tenant
- The group you should be computing resource usage for.java.lang.Exception