public interface MemoryStatDAO
Modifier and Type | Field and Description |
---|---|
static Key<Long> |
memoryBuffersKey |
static Key<Long> |
memoryCachedKey |
static Key<Long> |
memoryCommitLimitKey |
static Key<Long> |
memoryFreeKey |
static Category |
memoryStatCategory |
static Key<Long> |
memorySwapFreeKey |
static Key<Long> |
memorySwapTotalKey |
static Key<Long> |
memoryTotalKey |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
List<MemoryStat> |
getLatestMemoryStats(HostRef ref,
long since) |
void |
putMemoryStat(MemoryStat stat) |
static final Category memoryStatCategory
List<MemoryStat> getLatestMemoryStats(HostRef ref, long since)
void putMemoryStat(MemoryStat stat)
long getCount()
Copyright © 2012. All Rights Reserved.