Interface DimensionalMetricMap.Consumer<T>

Type Parameters:
T - value type
Enclosing class:
DimensionalMetricMap<T>

public static interface DimensionalMetricMap.Consumer<T>
Map value consumer.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String metric, Set<Dimension> dimensions, T value)
    Accept an entry in the map.
  • Method Details

    • accept

      boolean accept(String metric, Set<Dimension> dimensions, T value)
      Accept an entry in the map.
      Parameters:
      metric - metric name
      dimensions - dimensions
      value - value
      Returns:
      true if iteration should continue, false it iteration should halt