public interface VmMemoryStatDAO
Modifier and Type | Method and Description |
---|---|
VmMemoryStat |
getLatestMemoryStat(VmRef ref) |
List<VmMemoryStat> |
getLatestVmMemoryStats(VmRef vm,
long since) |
void |
putVmMemoryStat(VmMemoryStat stat) |
static final Category vmMemoryStatsCategory
VmMemoryStat getLatestMemoryStat(VmRef ref)
List<VmMemoryStat> getLatestVmMemoryStats(VmRef vm, long since)
void putVmMemoryStat(VmMemoryStat stat)
Copyright © 2013. All Rights Reserved.