Interface | Description |
---|---|
Pojo |
All data types should implement this empty interface, to support the
generalization of DAO code where possible.
|
TimeStampedPojo |
Any Pojo which is taken as a timestamped piece of data should
implement this interface.
|
Class | Description |
---|---|
AgentInformation | |
BackendInformation | |
CpuStat | |
DiscreteTimeData<T> |
Represents a data associated with a discrete point in time
|
HeapInfo | |
HostInfo | |
IntervalTimeData<T> | |
MemoryStat | |
NetworkInterfaceInfo | |
TimeStampedPojoComparator<T extends TimeStampedPojo> | |
TimeStampedPojoCorrelator | |
TimeStampedPojoCorrelator.Correlation | |
VmClassStat | |
VmCpuStat | |
VmGcStat | |
VmInfo | |
VmMemoryStat | |
VmMemoryStat.Generation | |
VmMemoryStat.Space |
Enum | Description |
---|---|
MemoryType |
Copyright © 2012. All Rights Reserved.