Skip navigation links
jade.core.sam

Class SAMInfo

    • Field Detail

      • DEFAULT_AGGREGATION_SEPARATOR

        public static final java.lang.String DEFAULT_AGGREGATION_SEPARATOR
        See Also:
        Constant Field Values
      • DEFAULT_AGGREGATION_SEPARATOR_CHAR

        public static final char DEFAULT_AGGREGATION_SEPARATOR_CHAR
        See Also:
        Constant Field Values
      • SUM_AGGREGATION_SEPARATOR

        public static final java.lang.String SUM_AGGREGATION_SEPARATOR
        See Also:
        Constant Field Values
      • SUM_AGGREGATION_SEPARATOR_CHAR

        public static final char SUM_AGGREGATION_SEPARATOR_CHAR
        See Also:
        Constant Field Values
      • AVG_AGGREGATION_SEPARATOR

        public static final java.lang.String AVG_AGGREGATION_SEPARATOR
        See Also:
        Constant Field Values
      • AVG_AGGREGATION_SEPARATOR_CHAR

        public static final char AVG_AGGREGATION_SEPARATOR_CHAR
        See Also:
        Constant Field Values
    • Method Detail

      • getEntityMeasures

        public java.util.Map<java.lang.String,AverageMeasure> getEntityMeasures()
        Provides the measures of all monitored entities in form of a Map.
        Returns:
        A Map mapping monitored entity names to their measures
      • getCounterValues

        public java.util.Map<java.lang.String,java.lang.Long> getCounterValues()
        Provides the differential values of all monitored counters in form of a Map.
        Returns:
        A Map mapping monitored counter names to their differential values
      • getAggregationInfo

        public static final SAMInfo.AggregationInfo getAggregationInfo(java.lang.String name,
                                                                       int defaultAggregation)

These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions