Package com.avanza.astrix.gs.metrics
Class GigaspaceMetrics
- java.lang.Object
-
- com.avanza.astrix.gs.metrics.GigaspaceMetrics
-
- All Implemented Interfaces:
GigaspaceMetricsMBean
public class GigaspaceMetrics extends Object implements GigaspaceMetricsMBean
-
-
Constructor Summary
Constructors Constructor Description GigaspaceMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLrmiPoolActiveCount()longgetLrmiPoolCompletedTaskCount()intgetLrmiPoolQueueSize()
-
-
-
Method Detail
-
getLrmiPoolCompletedTaskCount
public long getLrmiPoolCompletedTaskCount()
- Specified by:
getLrmiPoolCompletedTaskCountin interfaceGigaspaceMetricsMBean
-
getLrmiPoolQueueSize
public int getLrmiPoolQueueSize()
- Specified by:
getLrmiPoolQueueSizein interfaceGigaspaceMetricsMBean
-
getLrmiPoolActiveCount
public int getLrmiPoolActiveCount()
- Specified by:
getLrmiPoolActiveCountin interfaceGigaspaceMetricsMBean
-
-