Class MetricPatternSet

java.lang.Object
com.gigaspaces.metrics.MetricPatternSet

@Deprecated public class MetricPatternSet extends Object
Deprecated.
Part of the legacy metrics pattern matching used by the deprecated MetricManager.
  • Constructor Details

    • MetricPatternSet

      public MetricPatternSet(String separator)
      Deprecated.
  • Method Details

    • getSeparator

      public String getSeparator()
      Deprecated.
    • add

      public void add(String pattern, String sampler)
      Deprecated.
    • findBestMatch

      public String findBestMatch(String s)
      Deprecated.
    • getPattern

      public MetricPattern getPattern(String pattern)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object