public interface Monitor
Modifier and Type | Field and Description |
---|---|
static String |
CpCErrorCount |
static String |
ErrorCount |
static String |
GetMetaErrorCount |
static String |
GetMetaErrorRetryCount |
static String |
IdleTime |
static String |
MetadataRequestTimeoutCount |
static String |
ProcessCount |
static String |
ProcessErrorCount |
static String |
ProcessErrorRetryCount |
static String |
ProcessRequestTimeoutCount |
static String |
TotalAEProcessTime |
static String |
TotalDeserializeTime |
static String |
TotalProcessErrorCount |
static String |
TotalSerializeTime |
Modifier and Type | Method and Description |
---|---|
void |
addStatistic(String key,
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() |
static final String MetadataRequestTimeoutCount
static final String ProcessRequestTimeoutCount
static final String ErrorCount
static final String ProcessErrorCount
static final String TotalProcessErrorCount
static final String ProcessErrorRetryCount
static final String GetMetaErrorCount
static final String GetMetaErrorRetryCount
static final String CpCErrorCount
static final String ProcessCount
static final String IdleTime
static final String TotalDeserializeTime
static final String TotalSerializeTime
static final String TotalAEProcessTime
Statistics getStatistics(String aComponentName)
LongNumericStatistic getLongNumericStatistic(String aComponent, String aStatisticName)
void setThresholds(Map aThresholdMap)
Map getThresholds()
long componentMapSize()
long thresholdMapSize()
Copyright © 2016. All rights reserved.