@Service public interface MemoryStatDAO extends Countable
Modifier and Type | Field and Description |
---|---|
static Key<Long> |
memoryBuffersKey |
static Key<Long> |
memoryCachedKey |
static Key<Long> |
memoryCommitLimitKey |
static Key<Long> |
memoryFreeKey |
static Category<MemoryStat> |
memoryStatCategory |
static Key<Long> |
memorySwapFreeKey |
static Key<Long> |
memorySwapTotalKey |
static Key<Long> |
memoryTotalKey |
Modifier and Type | Method and Description |
---|---|
List<MemoryStat> |
getLatestMemoryStats(HostRef ref,
long since) |
void |
putMemoryStat(MemoryStat stat) |
static final Category<MemoryStat> memoryStatCategory
List<MemoryStat> getLatestMemoryStats(HostRef ref, long since)
void putMemoryStat(MemoryStat stat)
Copyright © 2013. All rights reserved.