Class AbstractStatisticsCollector
java.lang.Object
de.hybris.platform.servicelayer.stats.AbstractStatisticsCollector
- All Implemented Interfaces:
StatisticsCollector
- Direct Known Subclasses:
CommittedMemoryCollector,CpuWorkloadCollector,DBConnectionsInUseCollector,DefaultAggregatedStaitsicsCollector,HTTPSessionCollector,MaxMemoryCollector,TaskQueuePoolingQueueSizeStatisticsCollector,TaskQueueSizeStatisticsCollector,ThreadsCollector,UsedMemoryCollector
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractStatisticsCollector
-
-
Method Details
-
setName
- Specified by:
setNamein interfaceStatisticsCollector
-
getName
- Specified by:
getNamein interfaceStatisticsCollector
-
setLabel
- Specified by:
setLabelin interfaceStatisticsCollector
-
getLabel
- Specified by:
getLabelin interfaceStatisticsCollector
-
setColor
- Specified by:
setColorin interfaceStatisticsCollector
-
getColor
- Specified by:
getColorin interfaceStatisticsCollector
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceStatisticsCollector
-
getEnabled
public boolean getEnabled()- Specified by:
getEnabledin interfaceStatisticsCollector
-