Uses of Class
org.apache.activemq.management.TimeStatisticImpl
-
Packages that use TimeStatisticImpl Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.management An implementation of the J2EE Management APIorg.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of TimeStatisticImpl in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImplDestinationStatistics. blockedTimeprotected TimeStatisticImplDestinationStatistics. processTimeMethods in org.apache.activemq.broker.region that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImplDestinationStatistics. getBlockedTime()TimeStatisticImplDestinationStatistics. getProcessTime() -
Uses of TimeStatisticImpl in org.apache.activemq.management
Fields in org.apache.activemq.management declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImplJMSEndpointStatsImpl. messageRateTimeprotected TimeStatisticImplJMSEndpointStatsImpl. messageWaitTimeMethods in org.apache.activemq.management that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImplJMSEndpointStatsImpl. getMessageRateTime()TimeStatisticImplJMSSessionStatsImpl. getMessageRateTime()TimeStatisticImplJMSEndpointStatsImpl. getMessageWaitTime()TimeStatisticImplJMSSessionStatsImpl. getMessageWaitTime()TimeStatisticImplTimeStatisticImpl. getParent()TimeStatisticImplJCAConnectionStatsImpl. getUseTime()TimeStatisticImplJCAConnectionStatsImpl. getWaitTime()Methods in org.apache.activemq.management with parameters of type TimeStatisticImpl Modifier and Type Method Description protected voidJMSEndpointStatsImpl. setParent(TimeStatisticImpl child, TimeStatisticImpl parent)voidTimeStatisticImpl. setParent(TimeStatisticImpl parent) -
Uses of TimeStatisticImpl in org.apache.activemq.store
Fields in org.apache.activemq.store declared as TimeStatisticImpl Modifier and Type Field Description protected TimeStatisticImplPersistenceAdapterStatistics. readTimeprotected TimeStatisticImplPersistenceAdapterStatistics. slowCleanupTimeprotected TimeStatisticImplPersistenceAdapterStatistics. slowReadTimeprotected TimeStatisticImplPersistenceAdapterStatistics. slowWriteTimeprotected TimeStatisticImplPersistenceAdapterStatistics. writeTimeMethods in org.apache.activemq.store that return TimeStatisticImpl Modifier and Type Method Description TimeStatisticImplPersistenceAdapterStatistics. getReadTime()TimeStatisticImplPersistenceAdapterStatistics. getSlowCleanupTime()TimeStatisticImplPersistenceAdapterStatistics. getSlowReadTime()TimeStatisticImplPersistenceAdapterStatistics. getSlowWriteTime()TimeStatisticImplPersistenceAdapterStatistics. getWriteTime()
-