| Package | Description |
|---|---|
| eu.cactosfp7.cactoopt.behaviourinference |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<Double,IntervalBehaviourValues> |
BehavioureInference.getBehaviour(String vmuuID,
int numberCores,
int memory,
String hdType,
String appTypeVM) |
TreeMap<Double,IntervalBehaviourValues> |
ISimpleVMBehaviourInferrer.getBehaviour(String vmUuid,
int numberCores,
int memory,
String hdType,
String appType)
Get the behaviour of a VM with Specs stated in the instantiation of the Behaviour inference engine, assuming a simplified resource model.
|
TreeMap<Double,IntervalBehaviourValues> |
ModelDistributionCreator.getInterval(int numberCoresVM2,
int memSizeVM2) |
TreeMap<Double,IntervalBehaviourValues> |
MolProOccuranceHistogram.getIntervalData(String name)
Given an interval, return the expected average usage during this interval for all possible subintervals
|