Package org.apache.uima.aae.jmx
Interface ServicePerformanceMBean
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ServicePerformance
public interface ServicePerformanceMBean extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAnalysisTime()
double
getCasDeserializationTime()
double
getCasPoolWaitTime()
double
getCasSerializationTime()
double
getIdleTime()
long
getNumberOfCASesProcessed()
int
getProcessThreadCount()
int
getReplyThreadCount()
double
getShadowCasPoolWaitTime()
double
getTimeSpentInCMGetNext()
void
reset()
void
setReplyThreadCount(int replyThreadCount)
-
-
-
Method Detail
-
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)
-
-