@Service public interface VmGcStatDAO
Modifier and Type | Field and Description |
---|---|
static Key<String> |
collectorKey |
static Key<Long> |
runCountKey |
static Category<VmGcStat> |
vmGcStatCategory |
static Key<Long> |
wallTimeKey
time in microseconds
|
Modifier and Type | Method and Description |
---|---|
List<VmGcStat> |
getLatestVmGcStats(VmRef ref,
long since) |
void |
putVmGcStat(VmGcStat stat) |
Copyright © 2013. All Rights Reserved.