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 | Class and Description |
---|---|
static class |
SAMInfo.AggregationInfo
Inner class AggregationInfo
|
Modifier and Type | Field and Description |
---|---|
static int |
AVG_AGGREGATION |
static java.lang.String |
AVG_AGGREGATION_SEPARATOR |
static char |
AVG_AGGREGATION_SEPARATOR_CHAR |
static java.lang.String |
DEFAULT_AGGREGATION_SEPARATOR |
static char |
DEFAULT_AGGREGATION_SEPARATOR_CHAR |
static int |
SUM_AGGREGATION |
static java.lang.String |
SUM_AGGREGATION_SEPARATOR |
static char |
SUM_AGGREGATION_SEPARATOR_CHAR |
Modifier and Type | Method and Description |
---|---|
static SAMInfo.AggregationInfo |
getAggregationInfo(java.lang.String name,
int defaultAggregation) |
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 DEFAULT_AGGREGATION_SEPARATOR
public static final char DEFAULT_AGGREGATION_SEPARATOR_CHAR
public static final java.lang.String SUM_AGGREGATION_SEPARATOR
public static final char SUM_AGGREGATION_SEPARATOR_CHAR
public static final java.lang.String AVG_AGGREGATION_SEPARATOR
public static final char AVG_AGGREGATION_SEPARATOR_CHAR
public static final int AVG_AGGREGATION
public static final int SUM_AGGREGATION
public java.util.Map<java.lang.String,AverageMeasure> getEntityMeasures()
public java.util.Map<java.lang.String,java.lang.Long> getCounterValues()
public static final SAMInfo.AggregationInfo getAggregationInfo(java.lang.String name, int defaultAggregation)