public class CostModel extends Object
| Constructor and Description |
|---|
CostModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCostTuple(String containerID,
CostTuple costTuple) |
void |
addCostTuple(String containerID,
Double timestamp,
Double cost) |
List<CostTuple> |
getCostTuples(String containerID) |
List<CostTuple> |
getCostTuplesForInterval(Double startTime,
Double endTime) |
List<CostTuple> |
getCostTuplesForIntervalForContainer(String containerID,
Double startTime,
Double endTime) |