public class SAMInfo
extends java.lang.Object
implements java.io.Serializable
SAMInfoHandler-s
at each polling time and groups together all information collected by the SAM Service at that
polling time.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AGGREGATION_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Long> |
getCounterValues()
Provides the differential values of all monitored counters in form of a Map.
|
java.util.Map<java.lang.String,AverageMeasure> |
getEntityMeasures()
Provides the measures of all monitored entities in form of a Map.
|
public static final java.lang.String AGGREGATION_SEPARATOR
public java.util.Map<java.lang.String,AverageMeasure> getEntityMeasures()
public java.util.Map<java.lang.String,java.lang.Long> getCounterValues()