Class MetricGroup

java.lang.Object
com.gigaspaces.metrics.MetricGroup

@Deprecated public class MetricGroup extends Object
Deprecated.
Part of the legacy metrics system used by the deprecated MetricRegistry.
  • Constructor Details

    • MetricGroup

      public MetricGroup()
      Deprecated.
  • Method Details

    • register

      public void register(String name, Metric metric)
      Deprecated.
    • getMetricMapByType

      protected <T extends Metric> ConcurrentHashMap<String,T> getMetricMapByType(T metric)
      Deprecated.
    • isEmpty

      public boolean isEmpty()
      Deprecated.
    • snapshot

      public MetricGroupSnapshot snapshot()
      Deprecated.
    • remove

      public void remove(String metricName)
      Deprecated.
    • removeByPrefix

      public void removeByPrefix(String prefix)
      Deprecated.
    • getByPrefix

      public Map<String,Metric> getByPrefix(String prefix)
      Deprecated.