Class MetricDump

    • Field Detail

      • METRIC_CATEGORY_COUNTER

        public static final byte METRIC_CATEGORY_COUNTER
        Categories to be returned by getCategory() to avoid instanceof checks.
        See Also:
        Constant Field Values
      • METRIC_CATEGORY_HISTOGRAM

        public static final byte METRIC_CATEGORY_HISTOGRAM
        See Also:
        Constant Field Values
      • scopeInfo

        public final QueryScopeInfo scopeInfo
        The scope information for the stored metric.
      • name

        public final String name
        The name of the stored metric.
    • Method Detail

      • getCategory

        public abstract byte getCategory()
        Returns the category for this MetricDump.
        Returns:
        category