CpCErrorCount, ErrorCount, GetMetaErrorCount, GetMetaErrorRetryCount, IdleTime, MetadataRequestTimeoutCount, ProcessCount, ProcessErrorCount, ProcessErrorRetryCount, ProcessRequestTimeoutCount, TotalAEProcessTime, TotalDeserializeTime, TotalProcessErrorCount, TotalSerializeTime
Constructor and Description |
---|
MonitorBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addStatistic(String aComponentName,
Statistic aStatistic) |
long |
componentMapSize() |
LongNumericStatistic |
getLongNumericStatistic(String aComponent,
String aStatisticName) |
Statistic |
getStatistic(String aComponentName,
String aStatisticName) |
Statistics |
getStatistics(String aComponentName) |
Map |
getThresholds() |
void |
incrementCount(String aComponent,
String aStatisticName) |
void |
resetCountingStatistic(String aComponent,
String aStatisticName) |
void |
setThresholds(Map aThresholdMap) |
long |
thresholdMapSize() |
public void setThresholds(Map aThresholdMap)
setThresholds
in interface Monitor
public Map getThresholds()
getThresholds
in interface Monitor
public void addStatistic(String aComponentName, Statistic aStatistic)
addStatistic
in interface Monitor
public LongNumericStatistic getLongNumericStatistic(String aComponent, String aStatisticName)
getLongNumericStatistic
in interface Monitor
public void incrementCount(String aComponent, String aStatisticName)
incrementCount
in interface Monitor
public Statistics getStatistics(String aComponentName)
getStatistics
in interface Monitor
public void resetCountingStatistic(String aComponent, String aStatisticName)
resetCountingStatistic
in interface Monitor
public Statistic getStatistic(String aComponentName, String aStatisticName)
getStatistic
in interface Monitor
public long componentMapSize()
componentMapSize
in interface Monitor
public long thresholdMapSize()
thresholdMapSize
in interface Monitor
Copyright © 2017. All rights reserved.