Package org.apache.uima.aae.jmx
Interface ServicePerformanceMBean
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ServicePerformance
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
double
long
int
int
double
double
void
reset()
void
setReplyThreadCount
(int replyThreadCount)
-
Method Details
-
getIdleTime
double getIdleTime() -
reset
void reset() -
getNumberOfCASesProcessed
long getNumberOfCASesProcessed() -
getCasDeserializationTime
double getCasDeserializationTime() -
getCasSerializationTime
double getCasSerializationTime() -
getAnalysisTime
double getAnalysisTime() -
getCasPoolWaitTime
double getCasPoolWaitTime() -
getShadowCasPoolWaitTime
double getShadowCasPoolWaitTime() -
getTimeSpentInCMGetNext
double getTimeSpentInCMGetNext() -
getProcessThreadCount
int getProcessThreadCount() -
getReplyThreadCount
int getReplyThreadCount() -
setReplyThreadCount
void setReplyThreadCount(int replyThreadCount)
-