public interface VmClassStatDAO
Modifier and Type | Field and Description |
---|---|
static Key<Long> |
loadedClassesKey |
static Category |
vmClassStatsCategory |
Modifier and Type | Method and Description |
---|---|
List<VmClassStat> |
getLatestClassStats(VmRef ref,
long since) |
void |
putVmClassStat(VmClassStat stat) |
static final Category vmClassStatsCategory
List<VmClassStat> getLatestClassStats(VmRef ref, long since)
void putVmClassStat(VmClassStat stat)
Copyright © 2013. All Rights Reserved.