@Service public interface VmMemoryStatDAO
Modifier and Type | Field and Description |
---|---|
static Key<VmMemoryStat.Generation[]> |
generationsKey |
static Category<VmMemoryStat> |
vmMemoryStatsCategory |
Modifier and Type | Method and Description |
---|---|
VmMemoryStat |
getLatestMemoryStat(VmRef ref) |
List<VmMemoryStat> |
getLatestVmMemoryStats(VmRef vm,
long since) |
void |
putVmMemoryStat(VmMemoryStat stat) |
static final Key<VmMemoryStat.Generation[]> generationsKey
static final Category<VmMemoryStat> vmMemoryStatsCategory
VmMemoryStat getLatestMemoryStat(VmRef ref)
List<VmMemoryStat> getLatestVmMemoryStats(VmRef vm, long since)
void putVmMemoryStat(VmMemoryStat stat)
Copyright © 2013. All rights reserved.