Class MetricUtils

java.lang.Object
com.gigaspaces.metrics.MetricUtils

@Deprecated public class MetricUtils extends Object
Deprecated.
Unused legacy utility class.
  • Constructor Details

    • MetricUtils

      public MetricUtils()
      Deprecated.
  • Method Details

    • emptyIntegerGauge

      public static Gauge<Integer> emptyIntegerGauge()
      Deprecated.
    • sizeGauge

      public static <K, V> Gauge<Integer> sizeGauge(Map<K,V> map)
      Deprecated.
    • sizeGauge

      public static <V> Gauge<Integer> sizeGauge(List<V> l)
      Deprecated.