Class ParameterizedMetricKey<N extends Node>

    • Field Detail

      • key

        public final MetricKey<N extends Node> key
        Deprecated.
        The metric key.
      • options

        public final MetricOptions options
        Deprecated.
        The options of the metric.
    • Method Detail

      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • getInstance

        public static <N extends NodeParameterizedMetricKey<N> getInstance​(MetricKey<N> key,
                                                                             MetricOptions options)
        Deprecated.
        Builds a parameterized metric key.
        Type Parameters:
        N - The type of node of the metric key
        Parameters:
        key - The key
        options - The options
        Returns:
        An instance of parameterized metric key corresponding to the parameters