Class DefaultTaskService.PoolingQueueSizeGauge

java.lang.Object
de.hybris.platform.task.impl.DefaultTaskService.PoolingQueueSizeGauge
All Implemented Interfaces:
com.codahale.metrics.Gauge<Integer>, com.codahale.metrics.Metric
Enclosing class:
DefaultTaskService

public static class DefaultTaskService.PoolingQueueSizeGauge extends Object implements com.codahale.metrics.Gauge<Integer>
  • Method Details

    • getPoolingQueueSizeGauge

      public static DefaultTaskService.PoolingQueueSizeGauge getPoolingQueueSizeGauge(String gaugeName, com.codahale.metrics.MetricRegistry metricRegistry)
    • getValue

      public Integer getValue()
      Specified by:
      getValue in interface com.codahale.metrics.Gauge<Integer>
    • setSize

      public void setSize(int size)